【发布时间】:2020-02-03 01:55:56
【问题描述】:
如果我使用带有地理编码 API 的 URL 引用者身份验证,它会显示:
There was an error while trying to fix the Venues geolocation information: API keys with referer restrictions cannot be used with this API.
经过研究,我发现这意味着谷歌地图正在寻找 IP 地址身份验证。
但如果我将 IP 地址身份验证与 Javascript Maps API 一起使用,它会显示:
JavaScript API error: RefererNotAllowedMapError
https://developers.google.com/maps/documentation/javascript/error-messages#referer-not-allowed-map-error 您要授权的网址:https://example.com
会发生什么?
我怎样才能完全满足优秀的 ol'Google 地图?
【问题讨论】:
标签: google-maps