Google App Engine app deployment

后端 未结 5 1632
面向向阳花
面向向阳花 2021-02-08 01:08

I\'m trying to deploy a basic HelloWorld app on Google Engine following their tutorial for Python. I created a helloworld.py file and an app.yaml

5条回答
  •  自闭症患者
    2021-02-08 01:53

    App ID ( 'application:' ) in app.yaml mentioned is 'helloworld' which seems to be default for hello world app. Create a new app using: https://console.cloud.google.com/home/dashboard and use the new app ID in app.yaml.

    Please have a look at: Application for gae does not deploy that has answer to similar question for Linux platform, where we need to delete : ~/.appcfg_oauth2_tokens* to resolve the permission error.

提交回复
热议问题