Getting Error 403: Access Not Configured. Please Use Google Developers Console to Activate the API for Your Project

Getting Error 403: Access Not Configured. Please use Google Developers Console to activate the API for your project

Try setting the "Referers" to "Any referer allowed" for your project (just leave the field empty) in the Google Developers Console if it is not already like that.

To do this, go to your Google Developers Console and open API & Auth / Credentials and click "Edit allowed referers" empty the input field.

Access Not Configured. Please use Google Developers Console to activate the API for your project

Now it is called

"Any IP allowed"

Here is the image to help you find it

Google Glass Development Error: (403) Access Not Configured. Please use Google Developers Console to activate the API for your project

Google APIs have been known to misbehave when you provide both OAuth2 credentials and an API Key. Also since you have to use OAuth2 to access the Mirror API, the key=xxxxx isn't necessary anyway.

If you are using the Google APIs Client Library for PHP you can simply remove the following line from your code:

 $client->setDeveloperKey($key);

Not entirely sure if this causes your issue, but I have come across similar issues in other Google APIs.

Access Not Configured. Please use Google Developers Console to activate the API for your project.

You are using PlusDomains.Circles.insert. Make sure your site is created under your paid Google Apps account, PlusDomains will only work with Google Domains (i.e. paid accounts). Just a thought

Access Not Configured. Please use Google Developers Console to activate the API for your project for youtube search list

Solution:-

I created project from here old developer console site.

I used browser key from Old developer console site.

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

This message [(403) Access Not Configured] means that when you set up your Google Drive Access, you missed out "Activate the Drive API". You did not configure the Drive API to enabled in your Google account.
To Activate the Drive API, go to Developers Console and Enable the Google Drive API.

Regarding 'Two -legged OAuth access control' it is not necessary to activate. As stated in the document: to bypass any access control checks in the Google Data API when using the domain key.

You have to Set up API access credentials [OAuth].

Here's a link to enable Drive API: https://developers.google.com/drive/v3/web/enable-sdk

For Two-legged OAuth access control document, here's the link: https://support.google.com/a/answer/162105?hl=en

Google Custom Search Engine Error Code 403 : Access Not Configured

Everything seems to be ok, it might be an API key Issue.
Try to create an API key for browser it might work



Related Topics



Leave a reply



Submit