Skip to content

Instantly share code, notes, and snippets.

@ddewaele
Last active December 21, 2015 16:49
Show Gist options
  • Select an option

  • Save ddewaele/6336271 to your computer and use it in GitHub Desktop.

Select an option

Save ddewaele/6336271 to your computer and use it in GitHub Desktop.

When no API key is configured

{
   "code":400,
   "errors":[
      {
         "domain":"usageLimits",
         "message":"Bad Request",
         "reason":"keyInvalid"
      }
   ],
   "message":"Bad Request"
}

when G+ service is not enabled.

{
   "code":403,
   "errors":[
      {
         "domain":"usageLimits",
         "message":"Access Not Configured",
         "reason":"accessNotConfigured"
      }
   ],
   "message":"Access Not Configured"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment