1

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!

Community
  • 1
  • 1
stricks
  • 96
  • 8
  • Check you are doing everything right follow easy tutorial here. http://rptwsthi.blogspot.in/2014/11/use-google-custom-search-api.html of refer this answer http://stackoverflow.com/a/27039037/656600 – rptwsthi Dec 12 '15 at 21:52

0 Answers0