Google GeoCoding始终返回错误

时间:2016-07-08 09:05:26

标签: javascript java google-api geocoding google-geocoding-api

我正在使用Google地理编码API将地址转换为坐标。我尝试使用JavaScript和JAVA services provided by Google

我已经从开发者控制台设置了一个Google项目,我已经激活了Google Maps Geocoding API ,并且我创建了两个API密钥(JS的浏览器密钥,以及JAVA的服务器密钥)

通过所有这些设置,它工作了8次(来自我的API配额),因为在每次查询时,API都会不断返回此错误:

{
    "error_message": "This API project is not authorized to use this API. Please ensure that this API is activated in the APIs Console: https://console.developers.google.com/apis/library?project=_",
    "results": [],
    "status": "REQUEST_DENIED"
}

我尝试在Google API主页上的“API Google Maps”下激活所有API,它什么都不做。

有人遇到同样的问题吗?你是怎么解决这个的?

1 个答案:

答案 0 :(得分:0)

所以在Google论坛上发帖后,@ xomena提到它,我的每日配额设置为0,不知道为什么......

如果您收到相同的消息(不太清楚),请查看您的每日配额;)