【发布时间】:2014-10-12 12:45:12
【问题描述】:
我想在 Android 应用程序中使用 Google Maps Geolocation API。我按照说明操作并收到此错误:
httpResponse : {
"error": {
"errors": [
{
"domain": "usageLimits",
"reason": "accessNotConfigured",
"message": "Access Not Configured. Please use Google Developers Console to activate the API for your project."
}
],
"code": 403,
"message": "Access Not Configured. Please use Google Developers Console to activate the API for your project."
}
}
我正在使用 Android 密钥访问 API,但我在 documentation 中发现:
点击创建新的浏览器密钥或创建新的服务器密钥,然后 按照提示进行操作。
那么,我们可以使用带有 Android 密钥的 Google Maps Geolocation API,还是真的需要浏览器或服务器密钥?
编辑:这是我的使用限制。
【问题讨论】:
-
你启用
Google Maps Geolocation API..?如果没有,您已经超过了使用该 API 的每日限制 -
是的,
Google Maps Geolocation API已启用。我编辑了我的帖子以添加使用限制。
标签: android google-api