
Chrome浏览器如何申请Google App Engine的简述以及异常问题的解决方案
Google App Engine 是一种可以在 Google 的基础架构上运行其他人的网络应用程序;登录申请网址需要使用google邮箱,创建地址见图:
在Application Identifier栏输入你要创建的app名称(不支持中文),点击“Check Availability”以确认名称还未被注册过;
下一栏“Application Title”随意填写,因为是可以修改;
下面还有复选框“Authentication Options (Advanced)”,验证选项,具体含义已经翻译,如下图所示:
上述操作完成后点击页面下方的“Create Application”。
Host: appengine.google.com
Rolling back the update.
Error 403: --- begin server output ---
*{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{backgrou
nd:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height
:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/error
s/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflo
w:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (m
ax-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0
}}#logo{background:url(//www.google.com/images/errors/logo_sm_2.png) no-repeat}@
media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.
com/images/errors/logo_sm_2_hr.png) no-repeat 0% 0%/100% 100%;-moz-border-image:
url(//www.google.com/images/errors/logo_sm_2_hr.png) 0}}@media only screen and (
-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/e
rrors/logo_sm_2_hr.png) no-repeat;-webkit-background-size:100% 100%}}#logo{displ
ay:inline-block;height:55px;width:150px}
403. That鈥檚 an error.
Your client does not have permission to get URL /api/appversion/rollb
ack from this server. That鈥檚 all we know.
--- end server output ---
请按任意键继续. . .
解决方案:
把proxy.ini里面的google_hk改回google_cn,然后直接运行
访问Google网址时可能比较缓慢这是正常现象
