I am using these instructions :Using the Client Libraries Python For Google TTS Wavenet Text to Speech
I am trying to setup up authentication. I am on step 4B. (From the Service account drop-down list, select New service account.)
When I use the drop down to New Service Account, I get “You don't have permission to create a new service account and key”
I am not sure what to do?
Here is my question with pictures
Update:
Output from :
gcloud projects get-iam-policy tts-alphax-nov
ERROR: (gcloud.projects.get-iam-policy) User [reddit@tts-alphax-nov.iam.gserviceaccount.com] does not have permission to access project [tts-alphax-nov:getIamPolicy] (or it may not exist): Cloud Resource Manager API has not been used in project 892455511881 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/cloudresourcemanager.googleapis.com/overview?project=892455511881 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry. - '@type': type.googleapis.com/google.rpc.Help links: - description: Google developers console API activation url: https://console.developers.google.com/apis/api/cloudresourcemanager.googleapis.com/overview?project=893435522881
gcloud projects get-iam-policy PROJECT_ID
. ReplacePROJECT_ID
with your Project ID:gcloud config get-value project
. – John Hanley