如何在 google 应用引擎中部署应用程序
How to deploy application in google app engine
我正在尝试使用它的启动器在 Google 应用引擎中部署我的 python 应用程序。但它给出了错误:
Error 404: --- begin server output ---
This application does not exist (app_id=u'testappengine').
--- end server output ---
Your browser has been opened to visit:
我交叉检查了我的 app.yaml 文件,但这个应用程序 there.Am 我遗漏了任何步骤。或者是否有其他一些方法可以在 google App Engine
中部署
在进行部署之前,您需要使用您想要的名称创建一个新的应用引擎,在本例中为 testappengine,在 https://appengine.google.com/start/createapp
:)
转到命令提示符..
切换到本地目录(我的是 C:\Googe Apps Engine\surveypertama)
不使用 cookies 参数..
C:\Googe Apps Engine\surveypertama>appcfg.py update --no_cookies app.yaml
为我工作
我正在尝试使用它的启动器在 Google 应用引擎中部署我的 python 应用程序。但它给出了错误:
Error 404: --- begin server output ---
This application does not exist (app_id=u'testappengine').
--- end server output ---
Your browser has been opened to visit:
我交叉检查了我的 app.yaml 文件,但这个应用程序 there.Am 我遗漏了任何步骤。或者是否有其他一些方法可以在 google App Engine
中部署在进行部署之前,您需要使用您想要的名称创建一个新的应用引擎,在本例中为 testappengine,在 https://appengine.google.com/start/createapp
:)
转到命令提示符.. 切换到本地目录(我的是 C:\Googe Apps Engine\surveypertama) 不使用 cookies 参数..
C:\Googe Apps Engine\surveypertama>appcfg.py update --no_cookies app.yaml
为我工作