Access GCS bucket from another project

2019-06-03 02:21发布

问题:

How do I access Google Cloud Storage bucket (in a project) from another project ? I have sufficient permissions to manage both projects. I am programming in Python.

回答1:

GCS bucket names are globally unique. You can specify any bucket name from any project, and if your account has access to it, the call will just work.