user7180
user7180

Reputation: 4086

Project created from App Engine Console comes with less features compared with project created from Cloud Console

When I create a new Application from App Engine Console https://appengine.google.com/, the application also appears on Cloud Console https://cloud.google.com/console#c=l

However, clicking into the project shows that only these features are included:

Compared with Project created directly from Cloud Console:

That leads to problem that App Engine project is missing access to many features and there seems no obvious way to add them back later.

Any idea what's wrong here?

Upvotes: 3

Views: 444

Answers (2)

Francesco
Francesco

Reputation: 454

Finally I found how to do this:

  • Go to https://appengine.google.com/
  • Open your app
  • Open Administration / Application Settings
  • Click the button in the "Cloud Integration" section

Upvotes: 1

tony m
tony m

Reputation: 4779

1,This only implies that when you create an application from app engine console, it directly creates 3 types of projects: app engine app, datastore instance and big query(i think you need to enable the api first) with the same project id. This does not mean you cannot use the other features. It only means you need to separately enable them and give project ids.

2, If you create a project from cloud console, then it will automatically create projects under all the 7 different categories with the same project ID

Upvotes: 3

Related Questions