0

I am trying to deploy my python application in Google app engine, using its launcher. But it is giving error:

Error 404: --- begin server output --- This application does not exist (app_id=u'testappengine'). --- end server output --- Your browser has been opened to visit: 

I cross checked my app.yaml file, but this application is there.Am I missing any step. or is there some other way to deploy in google app engine

2 Answers 2

1

Before to do the deploy you need to create a new appengine with the name that you want, in this case testappengine, on https://appengine.google.com/start/createapp

:)

Sign up to request clarification or add additional context in comments.

3 Comments

I am using app launcher, so there I was creating application and then deploying it. Do I have to explicitly create an appengine in the provided link, apart from that in launcher??
Yes! You should to create the appengine apart from the launcher.
you app will be deployed to appname.appspot.com and you have to reserve appname in advance or you'd be overwriting other peoples apps :)
0

Go to command prompt.. Change to local directory (mine is C:\Googe Apps Engine\surveypertama) Use no cookies parameter..

C:\Googe Apps Engine\surveypertama>appcfg.py update --no_cookies app.yaml 

Worked for me

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.