Azure PUT Blob authentication fails in R

后端 未结 2 777
谎友^
谎友^ 2021-01-23 07:29

I would like to use R and the Azure Storage\'s Put Blob API to put files into my blob storage account but it fails to authenticate my request. Unfortunately, I couldn\'t find an

2条回答
  •  失恋的感觉
    2021-01-23 07:32

    There is an Azure offical R package Microsoft/AzureSMR on GitHub, which can help you easier using R & Azure Blob Storage, you can refer to its tutorial to know more details.

    If you just want to use some Azure services like Blob Storage, not else, I think some source codes of this project are very valuable for rebuilding your code better, such as createAzureStorageSignature method which can directly help building the signature to resolve your issue.

提交回复
热议问题