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

The MD5 value specified in the request did not match with the MD5 value calculated by the server. #179

Open
gronka opened this issue Dec 6, 2020 · 1 comment

Comments

@gronka
Copy link

gronka commented Dec 6, 2020

When I try to upload an image with create_blob_block I get the error:

The MD5 value specified in the request did not match with the MD5 value calculated by the server.

It seems this error has occurred in Azure's storage library for other languages, and you can disable MD5 checking in those libraries. I don't see an option to do it here.

@katmsft katmsft self-assigned this Jan 6, 2021
@katmsft
Copy link
Member

katmsft commented Jan 6, 2021

Thanks for reporting the issue. The latest version of put_blob_block does have this as an optional parameter.

# * +:content_md5+ - String. Content MD5 for the request contents.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants