简体   繁体   中英

Google cloud storage authorization

I have a Google Cloud Storage Bucket with uniform access control and I've added "allUsers" to the permissions. It says the object is public but I still get this message, when I try to open the link: "Anonymous caller does not have storage.objects.get access to the Google Cloud Storage object" The error code is "401". I would like any user to be able to access the link. How can I do that? Thanks in advance!

Best regards, Ben

As said on the comments, you need to assign to allUsers the role Reader , as shown in the documentation .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM