Google Custom Search 403 API Daily Limit Exceeded

I get a daily limit of an exceeded 403 error message when I try to access the Google Custom Search API. Based on official documentation: https://developers.google.com/custom-search/json-api/v1/overview I get 10 thousand requests per day. And I'm pretty sure that today I asked below 2k. I turned on billing and entered my credit card details (my account also has one).

I have two questions:

  • Where can I see the number of requests for a specific API that I performed during the selected day in the Google Developer Console?
  • What could be causing the daily limit error?

I have seen other similar questions, and I am posting this because none of them seem to solve my problem.

+4
source share
1 answer

I found a solution:

In the Google Developer Console, go to:

APIs & Auth --> APIs --> YourAPI --> Quotas. Google by default introduces a restriction, which may not be the maximum allowable. However, you can change this in this menu, and your application will receive new restrictions.

In addition, you can see the daily use of the API here: APIs & Auth --> APIs --> YourAPI --> Usage

+5
source

Source: https://habr.com/ru/post/1599176/


All Articles