google-app-engine 1.9.19部署失败

use*_*907 10 python google-app-engine

当尝试在Windows 7上以GAE启动器的形式使用新的Python GoogleAppEngine-1.9.19进行部署时,我没有被要求进行身份验证.相反,我得到一个接受GAE管理的页面,然后我在本地运行.此外,单击启动器上的关闭框什么都不做,我必须在外部杀死它.我不明白错误消息或做什么.我没有名为old_run.py的文件.我卸载了1.9.19并重新安装了1.9.18,并且部署工作一如既往.1.9.19打破了吗?

2015-04-15 11:27:47 Running command: "['C:\\Python27\\python.exe', '-u', 'C:\\Program Files (x86)\\Google\\google_appengine\\appcfg.py', '--oauth2', 'update', 'M:\\HP_Cdrive\\workspace\\glowscript']"
11:27 AM Application: glowscript; version: 1
11:27 AM Host: appengine.google.com
11:27 AM 
Starting update of app: glowscript, version: 1
11:27 AM Getting current resource limits.
2015-04-15 11:27:50,838 WARNING old_run.py:88 This function, oauth2client.tools.run(), and the use of the gflags library are deprecated and will be removed in a future version of the library. 
Your browser has been opened to visit:

    https://accounts.google.com/o/oauth2/auth?scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fappengine.admin+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fcloud-platform&redirect_uri=http%3A%2F%2Flocalhost%3A8080%2F&response_type=code&client_id=550516889912.apps.googleusercontent.com&access_type=offline

If your browser is on a different machine then exit and re-run
this application with the command-line parameter 

  --noauth_local_webserver
Run Code Online (Sandbox Code Playgroud)

Ash*_*wal 14

这是Google App Engine SDK的一个问题,如果本地服务器正在运行,则不允许完成用户身份验证过程.

步骤1.停止本地服务器.

步骤2.单击"部署"

第3步.你应该收到一条消息 "The authentication flow has completed."

步骤4.关闭窗口.

步骤5.使用Google App Engine再次部署.你应该收到一条消息You can close this window now.


Les*_*Rel 2

抱歉 - 工具正在更改。该文档应该很快就会更新。

尝试gcloud preview app deploy path-to/your.yaml --project myProjectID