Reputation: 4632
I have create a new project through console in GCP.
But when I tried to allocate services in Quotas (IAM & Admin -> Quotas)
it shows
"There are no enabled services with quotas."
can anyone guide how to allocate/enable services for new project.
Thanks in advance !
Upvotes: 1
Views: 345
Reputation: 2805
This might means that "there are no services enabled with a quota set", meaning that most probably the project contain disabled services with quotas in them.
Try going to APIs & Services
and click on + ENABLE APIS AND SERVICES
. Then if you enable the desired API the quotas for that API should be visible in the Quotas (IAM & Admin -> Quotas)
page you mentioned earlier.
Upvotes: 2