I am attempting to upload a small file to gcloud using a simple python program
client = storage.Client(project=GCLOUD_PROJECT) bucket = client.get_bucket(GCL
I solved this problem with:
pip install httplib2==0.15.0 pip install google-api-python-client==1.6
Edit: faster on load is: pip install httplib2==0.15.0 pip install google-api-python-client==1.7.11