You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
I have a file that I uploaded and then downloaded with google-resumable-media under the hood. It seems that 0.3 reports that the X-Goog-Hash header reports a different MD5 than the computed one. The downloaded file however is intact.
The only thing is my file is gzipped. Does gzip break the MD5 calculation?
I have a file that I uploaded and then downloaded with
google-resumable-mediaunder the hood. It seems that 0.3 reports that theX-Goog-Hashheader reports a different MD5 than the computed one. The downloaded file however is intact.The only thing is my file is gzipped. Does gzip break the MD5 calculation?
Thanks!
Also to be closed: googleapis/google-cloud-python#4227