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 31, 2026. It is now read-only.
python version 3.10
gcp-cloud run application
Version 3.3.1 of google-cloud-storage
blob.upload_from_file(file_obj)
error thrown:
"Provided CRC32C xMvOLw== doesn't match calculated CRC32C ObqI+Q=="
workaround: revert to Version 3.3.0 or earlier
e.g
"google-cloud-storage>=3.0.0,<3.3.1",
also blob.upload_from_filename() has the same problem