Azure blob storage upload fail

Maarschalkerweerd, Luuk van 1 Reputation point
2021-12-06T08:39:23.26+00:00

I have an issue uploading a large file to my azure storage blob thru azure storage explorer. The file is approx. 160GB. [155188-errorlog.txt][1] I have added part of the errorLog, some of the lines in the beginning and some in the end. Anyone an idea why it is not working?

Azure Storage Explorer
Azure Storage Explorer
An Azure tool that is used to manage cloud storage resources on Windows, macOS, and Linux.
232 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,722 questions
{count} votes

4 answers

Sort by: Most helpful
  1. Jaliya Udagedara 2,736 Reputation points MVP
    2021-12-06T09:00:10.85+00:00

    Looks like it's a timeout, and I too have personally experienced this issue with large files.

    You can do below,

    1. Upload through Azure Portal
    2. Use azcopy
    0 comments No comments

  2. Sumarigo-MSFT 43,806 Reputation points Microsoft Employee
    2021-12-06T10:35:32.327+00:00

    @Maarschalkerweerd, Luuk van Welcome to Microsoft Q&A Forum , Thank you for posting your query here!

    Based on the error log : AuthorizationPermissionMismatch|This request is not authorized to perform this operation using this permission.

    SASAuthorizationError : Issue could be related to SAS request that failed due to unauthorized access of data or an authorization failure. Can you regenerate the SAS token and try again

    Uploading files to blob endpoint Azure storage account via Storage Explorer and command line is failing with error "Response Status: 403 This request is not authorized to perform this operation using this resource type."

    Resolution
    Create a valid SAS token with permission to the targeted resources e.g. containers and objects. Can be achieved via portal, Storage Explorer etc. Create a user delegation SAS

    155237-image.png
    155259-image.png

    Tip: Create SAS with an expiry well before the actual start time, UTC format. Why? SAS takes time to kick in.

    If the issue still persist, It could be Insufficient permissions to access data abstraction.

    155272-image.png

    Additional information: Refer here to know more about How RBAC works

    This article provides an overview of some of the common Azure data transfer solutions. The article also links out to recommended options depending on the network bandwidth in your environment and the size of the data you intend to transfer.

    Please let us know if you have any further queries. I’m happy to assist you further.

    ----------

    Please do not forget to 155311-image.png and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.


  3. Guilherme Cesar dos Santos 0 Reputation points
    2023-01-16T20:26:01.6066667+00:00

    I`m absolutely surprised on these logical facts:

    Azure its from microsoft

    Azure Storage Explorer app is from microsoft too

    but its own tool can`t upload an file to its own server, what i supposed to do? KKKKKKKKKKK create my own an software to simply upload files?

    0 comments No comments

  4. Abhijit Khodade 0 Reputation points
    2023-03-03T20:09:24.12+00:00

    I uploaded through Microsoft azure storage explorer it worked

    0 comments No comments