Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Updating azure append blob storage with Postman

Im trying to use postman to append azure blob storage but keep having issues with the Authorization Header and Date Header

I have taken the following steps:
Created an azure Container named : test
Created an appentType blob file in the above container named : testBlob.xlsx

I have created a Shared Access Token via:

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

Dashboard -> testAccountName/Containers -> test -> Shared Access Tokens :

enter image description here

Then I have used the Blob SAS Token in Postman as so:

enter image description here

I get the following 403 error:

enter image description here

What am I doing wrong here? Feel as though I’m missing something obvious but cant find any answers online and so I’m asking here.

Thank you in advance

>Solution :

SAS token should be a part of your request URL and not the authorization header because the authorization information is already included in the SAS token.

So your request URL would be something like https://account.blob.core.windows.net/container/blob?comp=appendblock&<sas-token>.

You also need not include any request headers when using SAS URL as the information is already included in the SAS URL.

Please try with these changes.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading