Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BlobService class blobs with "question marks" in the path issue #494

Closed
liormizr opened this issue Oct 18, 2015 · 1 comment
Closed

BlobService class blobs with "question marks" in the path issue #494

liormizr opened this issue Oct 18, 2015 · 1 comment

Comments

@liormizr
Copy link

Hi guys,

We are using Azure storage with one of our clients, and we are using the python sdk.

When we yield over the container_name with list_blobs method we get blobs with "question marks".
After that if we try to get the same blob thru the get_blob_to_file (or get_blob) method,
We get "Not found (The specified blob does not exist.)" exception.

I see that the issue is in the "_update_request_uri_query" method.
You guys expect a query string after "question marks" but you allowing blobs with "question marks" in the path...

For example:
if my path is: "test_path/test name?.txt"
I see that in the request the path is "/<container_name>/test_path/test name"

B.T.W:
I see that in the C# sdk it was fixed
http://stackoverflow.com/questions/12242120/azure-blob-reference-to-file-with-question-mark-in-the-name

please advice,

Thanks,
Lior
li.mizr@gmail.com

@huguesv
Copy link
Contributor

huguesv commented Oct 30, 2015

Moved issue to the azure storage GitHub repository.

@huguesv huguesv closed this as completed Oct 30, 2015
@github-actions github-actions bot locked and limited conversation to collaborators Apr 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants