• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

ios - Google 自定义搜索 API 返回访问未配置(iOS 应用)

[复制链接]
菜鸟教程小白 发表于 2022-12-12 22:11:17 | 显示全部楼层 |阅读模式 打印 上一主题 下一主题

阅读所有类似的帖子,但找不到解决方案。

NSURLConnection:

<NSURLConnection: 0x178004020> { request: <NSURLRequest: 0x178003ff0> { URL: https://www.googleapis.com/customsearch/v1?key=[API_KEY_SPECIFIC_TO_IOS_BUNDLE_ID]&cx=[SEARCH_ENGINE_ID_FOR_CUSTOM_SEARCH_ENGINE]&q=[SEARCH_STRING] } }

回复:

{
    error =     {
        code = 403;
        errors =         (
                        {
                domain = usageLimits;
                message = "Access Not Configured. Please use Google Developers Console to activate the API for your project.";
                reason = accessNotConfigured;
            }
        );
        message = "Access Not Configured. Please use Google Developers Console to activate the API for your project.";
    };
}

我访问了 Google Developers Console,并为我的项目探索了自定义搜索 API。对应这个网址:

https://console.developers.google.com/project/[PROJECT ID]/apiui/api/customsearch/method/search.cse.list

它成功运行并显示了这个请求(连同正确的结果):

GET https://www.googleapis.com/customsearch/v1?q=[SEARCH_STRING]&cx=[SEARCH_ENGINE_ID_FOR_CUSTOM_SEARCH_ENGINE]&key={YOUR_API_KEY}

X-JavaScript-User-Agent:  Google APIs Explorer

所以我从这个成功中得出结论:

  1. [SEARCH_ENGINE_ID_FOR_CUSTOM_SEARCH_ENGINE] 值正确
  2. [SEARCH_ENGINE_ID_FOR_CUSTOM_SEARCH_ENGINE] 值与我的项目相关联,因为我从我的项目中“探索”了它

我确认自定义搜索 API 确实已开启

我还在该项目下方的 API 访问页面上验证了我正在使用简单 API 访问部分中列出的正确 API key 和 iOS 应用程序(捆绑 ID)。

我不确定从这里去哪里解决这个问题并让它正常工作。

任何帮助将不胜感激!



Best Answer-推荐答案


仔细检查您的 Google Developers 控制台是否显示为以下屏幕(对于您自己的模块,我的是谷歌地图)。

enter image description here

enter image description here

如果您确定开发者控制台端的一切都正确,但您仍然看到错误,请从控制台中删除它并创建一个新的,然后重试。是的,这很奇怪,但我之前也遇到过类似的问题,我通过 delete and recreate 解决了这个问题。

关于ios - Google 自定义搜索 API 返回访问未配置(iOS 应用),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23463449/

回复

使用道具 举报

懒得打字嘛,点击右侧快捷回复 【右侧内容,后台自定义】
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关注0

粉丝2

帖子830918

发布主题
阅读排行 更多
广告位

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap