Skip to content

Instantly share code, notes, and snippets.

@josev55
Created July 7, 2015 19:56
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 josev55/4f2221751bcef0db5de8 to your computer and use it in GitHub Desktop.
Save josev55/4f2221751bcef0db5de8 to your computer and use it in GitHub Desktop.
Google API Response
{
"code": 403,
"errors": [
{
"domain": "usageLimits",
"message": "There is a per-IP or per-Referer restriction configured on your API key and the request does not match these restrictions. Please use the Google Developers Console to update your API key configuration if request from this IP or referer should be allowed.",
"reason": "ipRefererBlocked",
"extendedHelp": "https:\/\/console.developers.google.com"
}
],
"message": "There is a per-IP or per-Referer restriction configured on your API key and the request does not match these restrictions. Please use the Google Developers Console to update your API key configuration if request from this IP or referer should be allowed."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment