我无法将Apache Beam示例从本地计算机提交到我们的云平台.
使用gcloud auth list我可以看到正确的帐户当前是活动的.我可以使用gsutil和Web客户端进行文件系统交互.我可以使用cloud shell通过python REPL运行管道.
但是当我尝试运行python wordcount示例时,我收到以下错误:
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.
Run Code Online (Sandbox Code Playgroud)
关于凭证,我有什么遗漏吗?
python google-cloud-platform google-cloud-dataflow apache-beam