I am trying to upload an image to Files in shopify, but the stagedUploadsCreate is not returning the signed url correctly, it returns the parameters to authentication in Google Cloud Storage, resourceURL and url.
When I try to send a PUT request with the image, the parameters and the url on the Forms, it says that the credential don’t give access to this action.
When i try to concatenate all the parameters to the url, following the example that Google Cloud Storage shows,
it says that is missing “x-goog-signedheaders” and “x-goog-expire”
I have seen this(https://community.shopify.com/c/graphql-basics-and/full-process-for-uploading-files-to-the-files-api/td-p/1423503), but it is using AWS, and mine stagedUplaodsCreate is returning a GCS signed url
What can I do to solve this?