I’m using the Easy Google JWT plugin to generate an access token for the cloud storage API. I’m able to generate the token just fine. But, every time I use it to make an API call, I get the error “Anonymous caller does not have storage.buckets.list access to the Google Cloud project.”
I have validated that my service account has all the permissions needed to access the cloud storage bucket. Part of me wonders if the token isn’t associated to my service account user since it says “Anonymous caller” in the error.
Is this something you can help with? Or offer ideas for troubleshooting? Please let me know what else you need from me.
Thanks,
Kate