This repository is for active development of the Azure SDK for JavaScript (NodeJS & Browser). For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/javascript/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-js.
MIT License
2.09k
stars
1.2k
forks
source link
azure/blob-storage uploadStream and MissingRequiredHeader #31744
could someone help resolve this weird blob storage uploadStream case?
I have set up blob storage to Azure account number 1 and SAS token for the container. Blob gets uploaded just fine.
On Azure account number 2 there is similar blob storage setup but suddenly API gives an error. Below attached the SDK error:
Hello,
could someone help resolve this weird blob storage uploadStream case?
I have set up blob storage to Azure account number 1 and SAS token for the container. Blob gets uploaded just fine. On Azure account number 2 there is similar blob storage setup but suddenly API gives an error. Below attached the SDK error:
And here is minimal code to reproduce the error (although it seems it works and doesn't depending on Azure account):
uploadStream doesn't seem to allow me to add that header?