I'm having trouble submitting an Apache Beam example from a local machine to our cloud platform.
Using gcloud auth list
I can see that the correct account is currently active. I can use gsutil
and the web client to interact with the file system. I can use the cloud shell to run pipelines through the python REPL.
But when I try and run the python wordcount example I get the following error:
IOError: Could not upload to GCS path gs://my_bucket/tmp: access denied.
Please verify that credentials are valid and that you have write access
to the specified path.
Is there something I am missing with regards to the credentials?