I´m unable to upload files to GCS using the example on the link below: https://cloud.google.com/python/getting-started/using-cloud-storage
It fails on the file storage.py, method: upload_file, exactly on the following call:
blob.upload_from_string(file_stream, content_type=content_type)
I've configured the ACL to myu bucket and enabled the required APIs as per the tutorial. I´ve also enabled billing.
I'm running the code on the local development server but using the GCS default bucket name configured on the project.
Python version 2.7