在 iOS 应用上使用谷歌自定义搜索 json api
Posted
技术标签:
【中文标题】在 iOS 应用上使用谷歌自定义搜索 json api【英文标题】:Consume google custom search json apis on iOS app 【发布时间】: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."
【问题讨论】:
这里是您需要做的所有事情的指南***.com/a/27039037/656600 【参考方案1】:要为您的项目激活 API,请执行以下操作:
1.) 转到 Google Developers Console。 选择一个项目。 在左侧边栏中,选择 APIs & auth。 在显示的可用 API 列表中,找到您要激活的 API,并将其状态设置为 ON。
更新: 2.) 然后转到“API 访问”并指定您的调用域或 IP 地址
【讨论】:
以上是关于在 iOS 应用上使用谷歌自定义搜索 json api的主要内容,如果未能解决你的问题,请参考以下文章