Google云存储访问问题

时间:2018-10-15 06:55:03

标签: permissions google-cloud-platform google-compute-engine

我是Google云项目的所有者,但无法访问项目存储区中的文件。我收到错误

You need the storage.objects.list permission to list objects in this bucket. Ask a project or bucket owner to give you this permission and try again.

我也无法从存储桶中复制文件,并且出现错误The caller does not have permission

我已验证自己已通过正确的用户身份验证(gcloud auth list

这是怎么回事?

1 个答案:

答案 0 :(得分:2)

以某种方式,我对存储桶失去了“存储对象”权限。我也看不到修改权限的选项。我不得不要求anothe项目负责人在该存储桶上为我添加存储对象管理员权限,这样才能解决问题。