1 Answers
Indeed, a user with the "Billing Account User" role does not have permission to create a project. If you want to do such thing, you also need to give that user the "Project Creator" role, which can be found under Resource Manager category in the role list.
Notice that, the correct role ID to be used with gcloud
is roles/resourcemanager.projectCreator
.
Yes , I went to IAM page and tried adding the project creator role to the same user . But in the resource manager it has roles only for Organization administrator ,project deleter , project IAM admin etc but there is no role for Project Creator in the resource manager. From where do i grant this role?