Can't upload or download using Microsoft Azure Storage Explorer

Boe Dillard 666 Reputation points
2020-08-06T00:30:58.083+00:00

I'm having a similar issue to this person - https://social.technet.microsoft.com/Forums/en-US/2d130747-1f20-4fe4-8141-ab7745299695/permissions-error-when-trying-to-upload-to-azure-storage-explorer?forum=windowsazuredata&prof=required

I would search for the contents of a mailbox - export them to PST and then I'd upload them to a SAS URL using AZCopy.

It suggests using MS Azure Storage explorer - I put in the sas URL and it sees some old files I had uploaded and so I went to delete them - I get -
Deletion of 'testgroup1@Dav .pst' from 'ingestiondata' completed: 0 completed (used SAS, discovery completed)
It will not delete that file.

I attempt to copy a file over an existing one I get
Transfer of 'C:\temp\log.log' to 'ingestiondata' failed (used SAS)

I attempt to copy a new file, I get
Transfer of 'C:\Upload\PstImportMappingFile.csv' to 'ingestiondata' failed (used SAS)
It doesn't matter if I do it from a share
Transfer of '\10.100.100.100\Upload\PstImportMappingFile.csv' to 'ingestiondata' failed (used SAS)

I know the URL is valid as I keep on generating new ones.

Azure Storage Explorer
Azure Storage Explorer
An Azure tool that is used to manage cloud storage resources on Windows, macOS, and Linux.
229 questions
{count} votes

2 answers

Sort by: Most helpful
  1. DichterNebel 11 Reputation points
    2020-09-03T18:22:44.847+00:00

    Same issue here! I was unable to download from Blob Storage (storage v2) with latest versions of the Storage Explorer.
    I tried versions 1.15.1 to 1.11.0 and ended using 1.10.1 that was finally able to download files.

    And although I didn't try it out here's what I'm guessing:
    Enabling the AzCopy feature in 1.10.1 could be a flag that is persisted in user settings. So my bet is that when I would now install the current version it would work as well.
    So to the developers, @jinglouMSFT, @Sumarigo-MSFT : Please check, if the "Enable AzCopy Feature Flag" is not set to true in versions younger than 1.10.1 and if so, please enable it during installation.

    So my solution for now is to use the old version (1.10.1) that comes with AzCopy as an optional feature where I can turn it on and it's working like a charm.

    2 people found this answer helpful.

  2. Pooja Prakash 1 Reputation point
    2021-03-01T07:33:29.95+00:00

    while inserting a 2000 rows of data from an API call to the Storage Explorer, I'm getting only 228 rows. Can anyone help me to find why this is happening?

    0 comments No comments