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.