Google 地图 API 服务器拒绝了您的请求。此 IP、站点或移动应用程序未被授权使用此 API 密钥
The Google Maps API server rejected your request. This IP, Site or mobile application is not authroised to use this API key
我已经将 Google 地图 iframe 嵌入 api 到我的网站,地图 API 在桌面网络浏览器以及 Google Chrome 用于移动设备。
但是,当我尝试在 iphone 的移动 safari 中打开 API 查看我的网站页面时,我收到一条错误消息:
"The Google Maps API server rejected your request. This IP, Site or mobile application is not authroised to use this API key".
我已经在 google 开发人员控制台上为 IOS 启用了 Google 地图 API,但问题仍然没有消失。正如我所说,API 在其他移动浏览器上运行良好。
有人对如何解决这个问题有任何建议吗?
谢谢,马丁
你创建了一个新的 Client ID 吗?
手持设备需要 "Installed Application" 客户端 ID,而不是 "Web Application. "
我已经将 Google 地图 iframe 嵌入 api 到我的网站,地图 API 在桌面网络浏览器以及 Google Chrome 用于移动设备。
但是,当我尝试在 iphone 的移动 safari 中打开 API 查看我的网站页面时,我收到一条错误消息:
"The Google Maps API server rejected your request. This IP, Site or mobile application is not authroised to use this API key".
我已经在 google 开发人员控制台上为 IOS 启用了 Google 地图 API,但问题仍然没有消失。正如我所说,API 在其他移动浏览器上运行良好。
有人对如何解决这个问题有任何建议吗?
谢谢,马丁
你创建了一个新的 Client ID 吗?
手持设备需要 "Installed Application" 客户端 ID,而不是 "Web Application. "