Home:ALL Converter>Google custom search on Android failed with error 403

Google custom search on Android failed with error 403

Ask Time:2015-12-09T19:43:08         Author:stricks

Json Formatter

Google Custom Search is returning this 403 error from my app. This is the response when run from my phone:

{
 "error": {
  "errors": [
   {
    "domain": "usageLimits",
    "reason": "accessNotConfigured",
    "message": "Access Not Configured. Please use Google Developers Console to activate the API for your project."
   }
  ],
  "code": 403,
  "message": "Access Not Configured. Please use Google Developers Console to activate the API for your project."
 }
}

The solution for the iOS version is given here:

Google Custom Search: 403 error in iOS

Thanks for any thoughts on what's wrong!

Author:stricks,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/34177995/google-custom-search-on-android-failed-with-error-403
yy