実現したいこと
AzureでBlob StorageにREST APIでPUT要求を送りたいです。
前提
AzureでBlob StorageにREST APIでPUT要求を送ったのですが、
AuthorizationPermissionMismatchというエラーが出ます。
認証方法はSASで、blobの種類はブロックblobです。
ヘッダーには、最低限必要なContent-Length、x-ms-blob-type、x-ms-dateの3つを設定しました(AuthorizationはSASなので不要)。
発生している問題・エラーメッセージ
AuthorizationPermissionMismatch
This request is not authorized to perform this operation using this permission.
試したこと
SASの作成時にすべての権限(8個すべて)を許可した。

あなたの回答
tips
プレビュー