【发布时间】:2014-06-13 14:29:12
【问题描述】:
我正在尝试从谷歌获取图像并在我的应用程序中显示它们,我正在尝试使用谷歌的自定义搜索 api 我到目前为止所做的事情:
- 创建自定义搜索引擎。
- 在 API 列表中我开启了自定义搜索
- 我的应用的 API 密钥及其包标识符
- GTL 库、GTLService、NSURL 连接
但每次我得到结果:
"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." }}
【问题讨论】:
-
这里是您需要做的所有事情的指南stackoverflow.com/a/27039037/656600