Access Not Configured. The API (Google+ API) is not enabled for your project. Please use the Google Developers Console to update your configuration

雨燕双飞 提交于 2019-12-09 03:15:22

问题


Giving error even I enabled Google+ API in Google Developers Console

Code:403 "message": "Access Not Configured. The API (Google+ API) is not enabled for your project. Please use the Google Developers Console to update your configuration."


回答1:


You have not enabled the Google+ API for your project in the Google Developer console. Make sure that its enabled and double check that your code is using the correct client_id and clientsecret, that match this project. My tutorial on how to enable APIs in Google Developers console.

Where to enable it:

Go to the Google developer console on the left look for the Apis & Auths menu under that you will find the API menu.

APIs & auth -> API

Look for Google+ API enable it.




回答2:


I found there to be about a 30 minute delay between enabling the API and it allowing me to make calls.

To speed this up I needed to run an API explorer query like this: https://developers.google.com/apis-explorer/?hl=en_US#p/calendar/v3/calendar.calendarList.list

But it may have been a coincidence :)



来源:https://stackoverflow.com/questions/30144299/access-not-configured-the-api-google-api-is-not-enabled-for-your-project-pl

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!