Hey guys, i’m trying to upload a file using the graphql stagedUploadsCreate mutation. I get the signedUrl, then I fill the http request using the response shopify gives me.
However, I’m getting the error:
data: ‘<?xml version="1.0" encoding="UTF-8"?>\n’ +
‘AccessDeniedAccess DeniedKWFH2ZGPZNGY1QRKHKknUB/ek/4zi7cg0TjKf5luSJyFV4cLp5KLz4Zujyys61XHF3ZhwynkeullCtWIvaMUa/lrVyw=’
My “Shopify App” should have all the required access to upload files (read_permissions and write_permissions) any idea why It’s not working?