0
我們通過URL調用API:谷歌定製搜索API返回訪問未配置
https://www.googleapis.com/customsearch/v1?key=MY_KEY&cx=CUSTOM_SEARCH_ID&q=flower
得到錯誤的回覆:
"error": {
"errors": [
{
"domain": "usageLimits",
"reason": "accessNotConfigured",
"message": "Access Not Configured. Please use Google Developers Console to activate the API for your project."
}
],
"code": 403,
"message": "Access Not Configured. Please use Google Developers Console to activate the API for your project."
}
我們啓用自定義搜索API和谷歌+ API。仍然出現以上錯誤。我們是否也需要啓用其他一些API?
請幫忙。