GAE部署不再适用

时间:2015-11-06 15:12:13

标签: google-app-engine google-cloud-storage google-cloud-platform

所以我在使用GAE时遇到了麻烦。我开始尝试删除每个运行的实例,版本,存储桶等,认为它会重置部署状态。

现在我有一个破碎的项目(永久503)和模糊的消息:

Caught non-retryable exception while listing gs://staging.<app-name>.appspot.com/: 

BucketNotFoundException: 404 gs://staging.<app-name>.appspot.com bucket does not exist.

CommandException: Caught non-retryable exception - aborting rsync

2015-11-05 22:11:13,305 DEBUG    root            (gcloud.preview.app.deploy) Could not synchronize files. The gsutil command exited with status [1].

当我尝试在“存储”中创建所述存储桶时,我有一个&#34;后端错误&#34;。

我有什么选择?完全删除GCloud项目并重新开始?

1 个答案:

答案 0 :(得分:2)

这是当前SDK中的一个错误。这里有一个问题:https://code.google.com/p/google-cloud-sdk/issues/detail?id=321

目前的解决方法是:

  

关闭appengine api似乎解决了这个问题:

     

gcloud config set app/use_appengine_api false