Skip to content

Instantly share code, notes, and snippets.

@bear
Created October 17, 2015 00:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bear/2990bce3e42f430fd44f to your computer and use it in GitHub Desktop.
Save bear/2990bce3e42f430fd44f to your computer and use it in GitHub Desktop.
Google App Engine deploy via Travis-CI - info

If you see the following error in your Travis-CI GAE deploy:

ERROR: Error Response: [403] Project has not enabled the API. Please use Google Developers Console to activate the API for your project.
Details: [
  [
    {
      "@type": "type.googleapis.com/google.rpc.Help",
      "links": [
        {
          "description": "Google developer console API activation",
          "url": "https://console.developers.google.com/project/210164414840/apiui/api"
        }
      ]
    }
  ]
]

You will need to visit the Google Developers Console for your project and enable the App Engine Admin API -- replace yourproject with your project name in the following URL to find it: https://console.developers.google.com/project/yourproject/apiui/apis/library?q=admin api

If you see this error then you need to enable a default bucket by following the instructions at https://cloud.google.com/appengine/docs/java/googlecloudstorageclient/activate

ERROR: (gcloud.preview.app.deploy) Could not retrieve the default Google Cloud Storage bucket for [indieweb-test]. Please try again or use the [bucket] argument.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment