1
votes

I have a project in Google Cloud, with Google Compute Engine APIs activated.

The problem is that the "Compute Engine and App Engine" credential field is completely missing from "Developers Console -> APIs & auth -> Credentials". I have not been able to find any document explaining how to generate it, probably because as I read from unofficial sources, it's done automatically.

Because of this missing credential, I'm stuck at the authentication phase and cannot use the services I need, so, how can I solve this problem?

2
I am having exact same issue (Missing Compute Engine and App Engine credentials) for a project I created last week. I tried to "Create" the "Cloud Integration" from appengine console but that is failing (retried it few times). Because of this my appengine project is not able to connect to cloud storage, throwing InternalError. Is there any other way to create these credentials.Abhijit Kalamkar

2 Answers

1
votes

So, you are looking for credentials which looks like:

CLIENT ID      1234.apps.googleusercontent.com
EMAIL ADDRESS  [email protected]

Try to go to "Overview" section and look for:

Project ID: bla-bla Project Number: 1234

Where instead of 1234 you should see your project number. If it will not work -- go to appengine.google.com, select your app, Application Settings and try to create Cloud Integration.

-2
votes

I think it is a google cloud product issuse , contact google support .