Closed capncodewash closed 3 years ago
I can't reproduce this problem. Does blob storage work?
I can't reproduce this problem. Does blob storage work?
Unfortunately blob storage has the same issue. I am wondering if it it could be a firewall/proxy issue. We can make the initial requests (including listings) with no issues, but downloads seem to fail.
I'll close this issue as it seems to be environment-specific. When I tried a different client (outside the corporate firewall), it worked without problems.
Thank you anyway!
Hi there, I get the following error when I try to download any files from an Azure File Share with the AzureStor package:
I can list files no problem, as well as upload them. But downloads don't seem to work.
Example request:
I'm using the following package versions (as reported by Renv):
I've tried both a normal access key and a Shared Access Signature - the same error occurs.
I've also tried adding a leading forward-slash to the file path (
/Foo.txt
), but that didn't make any difference.Could you advise?
Thanks!