Google Custom Search Api 不断给我“usageLimits”错误

Posted

技术标签:

【中文标题】Google Custom Search Api 不断给我“usageLimits”错误【英文标题】:Google Custom Search Api keeps giving me "usageLimits" error 【发布时间】:2015-03-12 17:50:31 【问题描述】:

我最近使用 Google 的自定义搜索 API 注册了一个密钥。我达到了每日限额,因此注册了计费以启用更多请求。但是,我不断收到“usageLimit”错误。

在我的项目的结算设置中,我看到结算已启用。在 Enabled Api 中,我看到“自定义搜索 API”。

这是我的查询:

https://www.googleapis.com/customsearch/v1?cx=(searchenginekey)&q=flower&rights=cc_publicdomain&key=(myprojectkey)

我做错了什么? 即使我在资源管理器中测试它http://developers.google.com/apis-explorer/?hl=en_US#p/customsearch/v1/search.cse.list

我明白了:


 "error": 
  "errors": [
   
    "domain": "usageLimits",
    "reason": "keyInvalid",
    "message": "Bad Request"
   
  ],
  "code": 400,
  "message": "Bad Request"
 

【问题讨论】:

【参考方案1】:

我误解了 API 密钥是什么。在这里回答:https://developers.google.com/custom-search/json-api/v1/introduction#identify_your_application_to_google_with_api_key

【讨论】:

以上是关于Google Custom Search Api 不断给我“usageLimits”错误的主要内容,如果未能解决你的问题,请参考以下文章

Google Custom Search Api 不断给我“usageLimits”错误

通过“google-api-php-client”库检索 Google Search Analytics

markdown BigQuery的Google Search Console API

flask_dance + Google Search Console API searchAnalytics

更新 Google Search Console API 发现文档

了解Google Search Console URL测试工具API限制