问题描述
尝试访问Google自定义搜索引擎API时,我收到超出每日限制的错误消息403.根据官方文档: https://developers.google.com/custom -search/json-api/v1/overview 我每天收到1万个查询.而且我可以肯定的是,我今天查询的数据低于2k.我已启用结算功能并输入了信用卡信息(我的帐户中也有个).
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 ).
我有两个问题:
- 在哪里可以查看在选定的一天中我在Google Developer Console上执行的特定API的查询数量?
- 每日限额错误的背后原因是什么?
我看到了其他类似的问题,因此发布此问题是因为它们似乎都无法解决我的问题.
I have seen other similar questions and I am posting this because none of them seem to resolve my issue.
推荐答案
我找到了解决方法:
在Google Developer Console上,导航至:
On Google Developer Console, Navigate to:
APIs & Auth --> APIs --> YourAPI --> Quotas
.默认情况下,Google输入的限制可能不是最大允许限制.但是,您可以在此菜单中进行更改,您的应用将获得新的限制.
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.
此外,您还可以在此处查看API的日常使用情况:APIs & Auth --> APIs --> YourAPI --> Usage
Also, you can see the daily usage for a API here: APIs & Auth --> APIs --> YourAPI --> Usage
这篇关于超出了Google自定义搜索API 403的每日限制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!