0
我也跟着上Getting Started with Node.js這個優秀的教程,但得到運行的最後一個命令gcloud preview app deploy .
如果出現以下錯誤:gcloud部署失敗,「無法啓用API」錯誤
/Users/me/Google Drive/appengine-nodejs-quickstart> gcloud preview app deploy . Updating module [default] from file [/Users/me/Google Drive/appengine-nodejs-quickstart/app.yaml] 08:51 PM Host: appengine.google.com Error 400: --- begin server output --- Failed Project Preparation (app_id='s~foo-bar-123'). Failed to enable APIs. --- end server output --- ERROR: (gcloud.preview.app.deploy) Command failed with error code [1]
我能夠運行的應用程序在本地就好了使用gcloud preview app run .
。我檢查了一下,我確實爲項目啓用了Billing,並啓用了一些默認的API。下面是從docker version
的結果,如果有幫助:
Client version: 1.3.2 Client API version: 1.15 Go version (client): go1.3.3 Git commit (client): 39fa2fa OS/Arch (client): darwin/amd64
任何想法可能是什麼問題?