Alessio Balsini
Alessio Balsini

Reputation: 11

Missing Credentials: Compute Engine and App Engine

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?

Upvotes: 1

Views: 2026

Answers (2)

Dmytro Sadovnychyi
Dmytro Sadovnychyi

Reputation: 6201

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.

Upvotes: 1

Bui Dinh Ngoc
Bui Dinh Ngoc

Reputation: 447

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

Upvotes: -2

Related Questions