What's your biggest current challenge? Have your say in Community Polls along the right column.
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

API Post Perimission Denied

API Post Perimission Denied

swilko
Visitor
2 0 0

I am trying to use the API to upload images for use in product listings.

I am using the generateStagedUploads mutation instructions from here https://shopify.dev/docs/apps/build/online-store/product-media#step-2-add-media-to-a-product

 

I successfully stage the upload, then when I post to upload, it returns a 403 permissions denied message

 

<?xml version='1.0' encoding='UTF-8'?><Error><Code>AccessDenied</Code><Message>Access denied.</Message><Details>Anonymous caller does not have storage.objects.create access to the Google Cloud Storage object. Permission 'storage.objects.create' denied on resource (or it may not exist).</Details></Error>

 

Replies 0 (0)