8

I am trying to create a project in google cloud console, but when I go to "New Project" option the following message appears: "You must select a parent organization or folder."

enter image description here

If I press "Browse" option what I see is a "No Organization" item with a warning icon, that I cannot select:

enter image description here

In the past I could do this without problem, is this a new feature from google? What I'm doing wrong? I need to activate some API Keys to my project

estebanuri
  • 848
  • 1
  • 10
  • 11

1 Answers1

9

In my case, it was a permission issue.

after giving the Project Creator, I was able to do add project under organisation.

enter image description here

In case you are working with folders, you also need to give yourself the permission of "Folder Admin".

For whatever reason, these permissions are not contained even in the role of an "organization admin", but you can grant them to yourself.

endymi0n
  • 43
  • 1
  • 4
Rahul Sharma
  • 779
  • 2
  • 12
  • 27
  • 1
    Can you break this down a bit? Where did you navigate, and what exactly did you do? It's been a while since I've done anything with the Google Maps API and the console looks like AWS these days. – Philip Feb 22 '23 at 17:25
  • @Philip You need to grant the "Project Creator" role in IAM if things are not changed; I answered it 3 years ago ;) – Rahul Sharma Feb 22 '23 at 21:05