Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
There was an error while loading. Please reload this page.
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