我尝试使用现有程序ID将示例应用上传到Google App Engine。
这是GAE屏幕截图
gae screenshot

我在progect中使用了相同的ID。
但是,当我尝试使用Eclipse插件上传它时,我发现一个错误:

eclipse error

来自控制台的整个错误:

------------ Deploying frontend ------------

Preparing to deploy:
    Created staging directory at: 'C:\Users\User\AppData\Local\Temp\appcfg2693799039714166602.tmp'
    Scanning for jsp files.
    Scanning files on local disk.
    Initiating update.
com.google.appengine.tools.admin.HttpIoException: Error posting to URL: https://appengine.google.com/api/appversion/create?app_id=app1-152711&version=1&
404 Not Found
This application does not exist (project_id=u'app1-152711'). To create an App Engine application in this project, run "gcloud beta app create" in your console.


Debugging information may be found in C:\Users\User\AppData\Local\Temp\appengine-deploy7186088524405894873.log


为什么我不能上传?

最佳答案

这实际上是新的预期行为。在您在“ App Engine”下的Cloud Console中浏览应用程序创建流程以启用App Engine服务或从控制台运行gcloud beta app create之前,不会为新项目启用App Engine。

09-04 06:03
查看更多