I am trying to configure Google Authenticator by creating first a project on Google API Cloud. However I am blocked on the Location field which is mandatory, given that it says I do not have the required permissions. Does anyone know how to solve this?
Hi @helgaasafonso,
Welcome to Google Cloud Community!
Based on the error, it seems that you don’t have enough project roles under your principals. Here the steps to verify IAM role:
Role |
Description |
Permissions |
roles/owner |
Full access to all resources. |
All permissions for all resources. |
roles/editor |
Edit access to most resources. |
Create and update access for most resources. |
Role |
Description |
Permissions |
Project Creator(roles/resourcemanager.projectCreator) |
Provides access to create new projects. Once a user creates a project, they're automatically granted the owner role for that project. |
resourcemanager.organizations.get resourcemanager.projects.create |
5. If the following roles do not exist you may add it and Click Save for changes.
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.