Can someone please explain to me this error?
message: ‘Unexpected error - https://shopify-staged-uploads.storage.googleapis.com/ not valid for shop ********, bucket bulk/’
Can someone please explain to me this error?
message: ‘Unexpected error - https://shopify-staged-uploads.storage.googleapis.com/ not valid for shop ********, bucket bulk/’
Also hitting this issue, did you figure it out?
also getting the same. did anyone find out what’s wrong?
The resourceUrl and url returned by the stagedUploadsCreate mutation are the same, I have looked around and the resourceUrl should have a path not just /, but I only get / and that url causes this useless error. help needed.
Nowhere in the documentation did it say I had to look into the parameters and retrieve the value for the entry with the name “key”. In fact, while StagedMediaUploadTarget doesn’t mention bulk operations, it makes it sound like I should use resourceUrl.
Only here: bulkOperationRunMutation gives not valid for shop did I find the correct solution.
You’re trying to upload something to Shopify (like a CSV file, product images, or data through a bulk upload), and it’s being sent to a Google Cloud Storage bucket (shopify-staged-uploads.storage.googleapis.com
) that isn’t authorized or associated with your Shopify store.
Shopify uses temporary URLs to let you upload files, and these are specific to your store and session. If you’re using an expired, copied, or wrongly generated upload link, Shopify will reject it that’s what this error is saying