我最近在谷歌的自定义搜索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"
}
}
答案 0 :(得分:1)