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
I'm having trouble using the blob.download_as_string and the related blob.download_to_file functionality of google.cloud.storage. I noticed a similar error has come up on the Google Cloud Developers slack.
I installed google-cloud more recently than any other module, so if dependencies are broken, they are not picked up by the pip3 install google-cloud invocation.
google-cloud-storage is version 1.3.2. Downgrading to version 1.2.0 fixed my problems.
OS type and version: OS X 10.12.6
Python version and virtual environment information: python 3.6.0
I'm having trouble using the
blob.download_as_string
and the relatedblob.download_to_file
functionality of google.cloud.storage. I noticed a similar error has come up on the Google Cloud Developers slack.I installed google-cloud more recently than any other module, so if dependencies are broken, they are not picked up by the
pip3 install google-cloud
invocation.google-cloud-storage
is version1.3.2
. Downgrading to version1.2.0
fixed my problems.The text was updated successfully, but these errors were encountered: