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.
Call transfer_manager.upload_many_from_files() function with worker type as "process".
This generates an error when it tries to pickle a blob file.
Code example
fromgoogle.cloud.storageimporttransfer_manager# assuming bucket, client and filepaths have been definedtransfer_manager.upload_many_from_files(bucket, client, filepaths, process=8)
Stack trace:
File "/Users/x/opt/anaconda3/envs/drip-backend/lib/python3.10/site-packages/google/cloud/storage/transfer_manager.py", line 910, in _pickle_blob
p.dump(blob)
TypeError: cannot pickle '_cffi_backend.FFI' object