You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a bucket called turbocomply-new, and inside that i have 9b8d64bf-4108-48db-86ad-d7481cc08564 folder inside that i have 0f11f37c-4ca4-11eb-8c9c-88e9fe822525.png file.
my folder structure is turbocomply-new -> 9b8d64bf-4108-48db-86ad-d7481cc08564 -> 0f11f37c-4ca4-11eb-8c9c-88e9fe822525.png
this is what I am using to the object {:ok, body} = GoogleApi.Storage.V1.Api.Objects.storage_objects_get(gconn, "turbocomply-new", "9b8d64bf-4108-48db-86ad-d7481cc08564/0f11f37c-4ca4-11eb-8c9c-88e9fe822525.png",[{:alt, "media"}], decode: false)
but I'm getting status: 404, url: "https://storage.googleapis.com/storage/v1/b/turbocomply-new/o/9b8d64bf-4108-48db-86ad-d7481cc08564/0f11f37c-4ca4-11eb-8c9c-88e9fe822525.png"
is there any way to get the object? I checked the object inside turbocomply-new bucket and it's working
The text was updated successfully, but these errors were encountered:
I have a bucket called turbocomply-new, and inside that i have 9b8d64bf-4108-48db-86ad-d7481cc08564 folder inside that i have 0f11f37c-4ca4-11eb-8c9c-88e9fe822525.png file.
my folder structure is
turbocomply-new -> 9b8d64bf-4108-48db-86ad-d7481cc08564 -> 0f11f37c-4ca4-11eb-8c9c-88e9fe822525.png
this is what I am using to the object
{:ok, body} = GoogleApi.Storage.V1.Api.Objects.storage_objects_get(gconn, "turbocomply-new", "9b8d64bf-4108-48db-86ad-d7481cc08564/0f11f37c-4ca4-11eb-8c9c-88e9fe822525.png",[{:alt, "media"}], decode: false)
but I'm getting
status: 404, url: "https://storage.googleapis.com/storage/v1/b/turbocomply-new/o/9b8d64bf-4108-48db-86ad-d7481cc08564/0f11f37c-4ca4-11eb-8c9c-88e9fe822525.png"
is there any way to get the object? I checked the object inside turbocomply-new bucket and it's working
The text was updated successfully, but these errors were encountered: