Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
Hi there, I am using the
<?xml version='1.0' encoding='UTF-8'?>
<Error>
<Code>MissingSecurityHeader</Code>
<Message>Your request was missing a required header.</Message>
<Details>Authorization</Details>
</Error>
I have tried sending both a post and put request to https://shopify-video-production-core-originals.storage.googleapis.com?external_video_id=[videoid] or even https://shopify-video-production-core-originals.storage.googleapis.com
Also I have tried setting the content-type to application/graphql to no avail (it should be normally set as multipart/form-data since I am uploading a form
I am having this identical issue. Images upload successfully but videos result in the missing header above. Was this ever resolved?