Following the tutorial https://cloud.google.com/domains/docs/register-domain enabling the api gives "Not found or permission denied for service(s): cloud-domains" even when using an owner account for the project.
Billing is fine, already tried using the cli and can't really use the console on https://console.cloud.google.com/net-services/domains/registrations/list because most of the buttons are disable.
This is really stressful because no mention of this problem is found anywhere on the web
Hi @hackydavid ,
Assuming that you are getting the error below :
PERMISSION_DENIED: Not found or permission denied for service(s): service:container.googleapis.com.
You can try following this document, by using the following commands:
gcloud services enable [SERVICE_NAME]
or
gcloud services enable container.googleapis.com
You can also see the list of available services for a project, run:
gcloud services list --available
and To list the services the current project has enabled, run:
gcloud services list --enabled