无法将GCP存储桶公开

时间:2019-03-04 16:54:52

标签: google-cloud-platform google-cloud-storage

我正在尝试在Google Cloud Storage中公开存储桶,但收到此错误:

Error
Sorry, there’s a problem. If you entered information, check it and try again. Otherwise, the problem might clear up on its own, so check back later.

Tracking Number: 8176737072451350548

Send feedback

我正在将allUsers的权限发送给StorageObjectViewer角色。我是在平台上直接进行的

1 个答案:

答案 0 :(得分:0)

在GCP上,您在项目内使用shell命令:

$ gsutil defacl set public-read gs://your-bucket-name

使用后:

$ gsutil ls -L -b gs://your-bucket-name 

查看存储桶的ACL配置。

https://codelabs.developers.google.com/codelabs/cloud-upload-objects-to-cloud-storage/#0