I followed this excellent tutorial on Getting Started with Node.js but get the following error when running the last command gcloud preview app deploy .
:
/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]
I was able to run the app locally just fine using gcloud preview app run .
. I checked and I do have Billing enabled for the project and some default APIs are enabled. Here's the results from docker version
if it helps:
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
Any ideas what could be the issue?