Hi everyone, currently I'm facing a problem when accessing the file in the Cloud Storage. When I am accessing the file I got this error:
"Additional permissions required to view this object's metadata: Ask an object owner to grant you 'storage.objects.get' permission."
But the roles for my user already have "Storage Admin" and "Storage Object Admin". I will need help on understanding what's the possible cause for the issue I faced.
<Image Containing PII Removed by Staff>
Thank's a lot
Hi @arigi-sent,
Welcome to Google Cloud Community!
It's possible the "Storage Admin" and "Storage Object Admin" roles were not applied where you think they were.
To Check Roles:
The error message “Ask an object owner to grant you 'storage.objects.get' permission.
” might be failing because the object's specific ACL does not grant you READER permission.
Here is the possible cause of IAM permission error:
1. Check Bucket Access Control - Navigate to your bucket in the Cloud Console, go to the Permissions tab, and check if Access Control is "Uniform" or "Fine-grained".
Google Cloud Storage has two permission models for a bucket:
Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.