python - Google Cloud Storage with gspythonlibrary -


i have write python script should able list other protected buckets owned other people ready grand access. created project , enabled google cloud storage in google api console, installed gsutil , stored 'my credentials' in '.boto' file. have list metadata of buckets have access. question or other buckets owners has grant access me/my project script can list metadata of buckets/object inside bucket?

i'm following doc python scripting: https://developers.google.com/storage/docs/gspythonlibrary

you can list buckets have access within project.

there no way list buckets might have access to. list of buckets have access extremely large, because include buckets marked public.

i suggest have people give access buckets give bucket name explicitly.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -