Android 方向 api 在为 android 设置谷歌密钥应用程序限制后无法正常工作

问题描述 投票:0回答:0

我们已经创建了谷歌凭证密钥,我们将其用于地图和方向。当我们将 Google Maps Direction Api 的应用程序限制设置为 NONE 时,效果很好。

但是当我们为 Android 应用程序设置应用程序限制并提供正确的包名称和 SHA-1 证书(调试和发布)时-它说请求拒绝来自 Google Api 响应。

{
    "error_message": "This IP, site or mobile application is not authorized to use this API key. Request received from IP address 122.15.254.57, with empty referer",
    "routes": [],
    "status": "REQUEST_DENIED"
}

对此有任何已知的解决方案吗?

除了调试和发布 SHA1 之外,我还尝试添加 App 签名密钥 SHA1,但我们仍然遇到相同的错误。

android google-directions-api directions
© www.soinside.com 2019 - 2024. All rights reserved.