Copy Blob Storage Classic

Hello Guys,

I have a problem trying to copy data from an Azure Blob Storage Classic, I have an App Registration but I cannot use the Storage Blob Data Reader role with this kind of blob storage, just I can select Reader and owner role but when I select that role for my App Registration I am not able to access to my buckets.

2021/11/17 19:41:19 Failed to ls: -> github.com/Azure/azure-storage-blob-go/azblob.newStorageError, github.com/Azure/azure-storage-blob-go@v0.13.0/azblob/zc_storage_error.go:42
===== RESPONSE ERROR (ServiceCode=AuthorizationPermissionMismatch) =====
Description=This request is not authorized to perform this operation using this permission.
RequestId:39b7d633-401e-00c7-3815-dcb5cd000000
Time:2021-11-18T00:41:19.7764909Z, Details:
   Code: AuthorizationPermissionMismatch
   GET https://containertestblob.blob.core.windows.net/demo?comp=list&delimiter=&include=metadata&maxresults=5000&restype=container&timeout=31536001
   Authorization: REDACTED
   User-Agent: [rclone/v1.56.2]
   X-Ms-Client-Request-Id: [5826d9a2-c892-46d8-6f7d-a9a33b104c72]
   X-Ms-Version: [2019-12-12]
   --------------------------------------------------------------------------------
   RESPONSE Status: 403 This request is not authorized to perform this operation using this permission.
   Content-Length: [279]
   Content-Type: [application/xml]
   Date: [Thu, 18 Nov 2021 00:41:19 GMT]
   Server: [Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0]
   X-Ms-Client-Request-Id: [5826d9a2-c892-46d8-6f7d-a9a33b104c72]
   X-Ms-Error-Code: [AuthorizationPermissionMismatch]
   X-Ms-Request-Id: [39b7d633-401e-00c7-3815-dcb5cd000000]
   X-Ms-Version: [2019-12-12]

Can someone help me with this information?

Thanks.

hi,

none of these options can work for you?
https://rclone.org/azureblob/#authenticating-with-azure-blob-storage

I think you are trying to list the containers there. Can you show the rclone command, and redacted config please?

Try putting the container name on the end of the rclone config.

Hello,

I was able to access to the Blob Storage Classic using SAS token, thanks for your help.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.