helpful-van-82564
09/09/2021, 2:58 PMpermissions=[
"iam.serviceAccountAdmin",
"storage.objectAdmin",
],
with:
googleapi: Error 400: Permission storage.objectAdmin is not valid., badRequest
What am I doing wrong?billowy-army-68599
09/09/2021, 4:42 PMlimited-rainbow-51650
09/10/2021, 6:36 AMpermissions
. In the link below you see the mapping of roles to permissions.
https://cloud.google.com/iam/docs/understanding-roles
If, in your code, you have to pass permissions, you have to use the values from the right-side column in the linked page.helpful-van-82564
09/10/2021, 8:29 AMlimited-rainbow-51650
09/10/2021, 8:30 AM