Azur storage upload with R

BESSY-ROLAND Yannick 6 Reputation points
2021-11-28T21:34:19.51+00:00

Hello,

I'm using R to upload files on a Azur Storage accout, with libraries AzureStor and AzureRMR.

The main steps are to use firstly this command : cont <- storage_container(endp, container_name), and then to use the function storage_upload.
I'm using two computers, using the exact same lines of code works for the first one, but no more for the second one, I indeed obtain this error :

Error in process_storage_response(response, match.arg(http_status_handler), :
Forbidden (HTTP 403). Failed to complete Storage Services operation. Message:
AuthorizationFailure
This request is not authorized to perform this operation.

Some days ago I could use both computers with this exact same code to upload files on Azure. Now one of them give me this error.
Also my public IP is allowed in the Azur account parameters.

Any thoughts?

Thanks

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,192 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.