yoshi
yoshi

Reputation: 413

google app engine upload for the first time

I'm uploading my first application to GAE, but I keep getting a "This application does not exist" error. I created a project called test. And my yaml has "application: test". So I know the spelling isn't wrong. And I've tried --no_cookies and o_auth2 sign-ins. Does anyone have any suggestions? Are project id's (in the dev console) and app_id's the same thing?

Upvotes: 0

Views: 48

Answers (2)

Romin
Romin

Reputation: 8806

In the Developers console at https://console.developers.google.com, you will see a list of projects as shown below:

enter image description here

Select the PROJECT ID as your application id and not the PROJECT NAME.

Upvotes: 1

yoshi
yoshi

Reputation: 413

use your project_id not project name from the dev console

X_X

Upvotes: 0

Related Questions