我们是通过URL调用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吗?
请帮忙。