Google Custom Search API 403 Daily Limit Exceeded

左心房为你撑大大i 提交于 2020-01-14 10:23:19

问题


I am getting the daily limit exceeded error message 403 when trying to access google custom search engine API. Based on the official documentation: https://developers.google.com/custom-search/json-api/v1/overview I get 10k queries per day. And I am pretty certain that I have queried below 2k today. I have enabled billing and have entered credit card information (My account also has a ).

I have two questions:

  1. Where can I see the number of queries for a particular API that I have performed for a selected day on Google Developer Console?
  2. What can be the reason behind daily limit error?

I have seen other similar questions and I am posting this because none of them seem to resolve my issue.


回答1:


I found the solution:

On Google Developer Console, Navigate to:

APIs & Auth --> APIs --> YourAPI --> Quotas. Google by default enters a limit which might not be the maximum allowable limit. However, you can change that in this menu and your App will get the new limits.

Also, you can see the daily usage for a API here: APIs & Auth --> APIs --> YourAPI --> Usage



来源:https://stackoverflow.com/questions/31574352/google-custom-search-api-403-daily-limit-exceeded

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