Question

When I am connecting with google it gives us

OAuth2::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."}:
{
 "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."
 }
}
):

Please someone help me

Était-ce utile?

La solution

Hi My problem was resolved

When i enable the google+ api in Google Developers Console it's working fine.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top