This repository has been archived by the owner on May 8, 2024. It is now read-only.
Missing header 'x-ms-blob-type' when calling createFile
and createFileFromContents
#295
Labels
Which service(blob, file, queue, table) does this issue concern?
File
Which version of the SDK was used?
1.2.4
What's the PHP/OS version?
PHP 7.4 Mac OSX BigSur
What problem was encountered?
Error, missing required header
x-ms-blob-type
Steps to reproduce the issue?
Using a FileEndpoint and SASToken connection string;
createFile
orcreateFileFromContents
Have you found a mitigation/solution?
Yes,
createFile
Add
to
createFileAsync
createFileWithContents
the header is needed but also a header should be removedIs there a failing request ID related to this problem returned by server? What is it?
1216acd1-101e-0018-2f52-642e29000000
What is the storage account name and time frame of your last reproduce? (UTC YYYY/MM/DD hh:mm:ss)
2021-06-18T14:59:36.7330482
(If you think some of the information should not be shared publicly, you can e-mail the main Microsoft contributors of the repository instead.)
The text was updated successfully, but these errors were encountered: