Google 地理编码总是 return 错误
Google GeoCoding always return error
我正在使用 google 地理编码 API 将地址转换为坐标。我尝试使用 JavaScript 和 JAVA services provided by Google。
我已经从开发人员控制台设置了一个 Google 项目,我已经激活了 Google 地图地理编码 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,但没有任何改变。
有人遇到过同样的问题吗?你是怎么解决这个问题的?
所以在 Google 论坛上发帖后,正如@xomena 提到的那样,我的每日配额设置为 0,不知道为什么...
如果您收到相同的消息(不是很清楚),请查看您的每日配额 ;)
我正在使用 google 地理编码 API 将地址转换为坐标。我尝试使用 JavaScript 和 JAVA services provided by Google。
我已经从开发人员控制台设置了一个 Google 项目,我已经激活了 Google 地图地理编码 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,但没有任何改变。
有人遇到过同样的问题吗?你是怎么解决这个问题的?
所以在 Google 论坛上发帖后,正如@xomena 提到的那样,我的每日配额设置为 0,不知道为什么...
如果您收到相同的消息(不是很清楚),请查看您的每日配额 ;)