Google Cloud API Service authorisation failure - forbidden access
The message is very specific and doesn't leave much room for doubt, but if there is an issue please share the roles currently assigned to your service account:
"xyz.iam.gserviceaccount.com does not have storage.buckets.list access to project 123456."
It could be that the role you have assigned to your service account in https://console.cloud.google.com/iam-admin/iam/project
doesn't have the storage.buckets.list
access.
In order to see if the specific role has the storage.buckets.list
access, search for that access in https://console.cloud.google.com/iam-admin/roles
. This will output list of roles that have this access and you can see if you service account has one of the or not.