1

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

3
  • Which role did you grant on allUsers generic account? Commented Apr 23, 2021 at 19:05
  • I've tried both "reader" and "owner", but I still get the same message.
    – beng
    Commented Apr 24, 2021 at 9:18
  • 1
    SOLUTION: I set the role of allUsers to Reader of Storage Objects. Works now, thank you!
    – beng
    Commented Apr 24, 2021 at 13:35

1 Answer 1

1

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.