Closed derekahuang closed 2 months ago
https://github.com/Azure/azure-sdk-for-python/issues/29719 suggests that 2.13.1 should work and that azure-common-storage
might be the culprit. However, I have tested 2.13.1 and I do not have that package installed
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @jalauzon-msft @vincenttran-msft.
Hi @derekahuang - Thanks for opening an issue. We'll take a look asap!
Hi @derekahuang, we are unable to reproduce your issue. Could you try enabling HTTP Debug logging and sharing the output (redacting sensitive information) so we can better debug what may be happening? See here for more information on enabling logging.
Another idea would be attempting this in a clean pip
environment where you only install azure-storage-blob
to ensure one of your many other dependencies are not interfering.
Hi @derekahuang. Thank you for opening this issue and giving us the opportunity to assist. To help our team better understand your issue and the details of your scenario please provide a response to the question asked above or the information requested above. This will help us more accurately address your issue.
Hi @derekahuang, we're sending this friendly reminder because we haven't heard back from you in 7 days. We need more information about this issue to help address it. Please be sure to give us your input. If we don't hear back from you within 14 days of this comment the issue will be automatically closed. Thank you!
Describe the bug I have setup my
BlobServiceClient
and I am able to check that it exists, upload files, and download files viaexists()
andget_blob_client
. This verifies that my credentials are correct and the container_client is working. However, when I attempt to list files, I always get the same error:To Reproduce I am running this inside a Docker container
Expected behavior List to work
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Output of
pip list