Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Lack of authorization when creating a Project in Google API Console - Google Auth

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?

 

Captura de ecrã 2025-02-15 205958.png

1 REPLY 1

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:

  1. Click the Navigation menu and Click IAM & Admin.
  2.  Click IAM
  3.  Under View by Principals, you’ll find principal account and its Role
    Screenshot 2025-02-20 01.42.41.png
  4.  Verify the following Roles:

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.

Top Solution Authors