Google plus API Issues -


working google plus api, have enabled google+ api in developer console , regenrated appkey multiple times , trying access profile using profile.get everytime getting following issue:

{  "error": {   "errors": [    {     "domain": "usagelimits",     "reason": "accessnotconfigured",     "message": "access not configured. please use google developers console activate api project."    }   ],   "code": 403,   "message": "access not configured. please use google developers console activate api project."  } } 

here link, trying do:

https://www.googleapis.com/plus/v1/people/113377691202864347297?key={mykey}

passing generated key domain, getting above error. why not working

screenshot of enabled api's

api

i guessing you're using wrong api key. api key not client id or client secret - shouldn't have '.' in it. in new console (https://developers.google.com/console) generated under credentials > public api access section , should 'aizasyc-ipgoiu2hsqnpjc-krthpwthswh_hqdo'.

if you've made 1 make sure allowable ip addresses or browser urls (depending on key type) include 1 you're making call from. included screenshot of key section below.

a screenshot of key section


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -