谷歌地图Android地理定位API

谷歌地图Android地理定位API,android,google-api,Android,Google Api,我想在Android应用程序中使用。我按照说明操作,出现了以下错误: httpResponse : { "error": { "errors": [ { "domain": "usageLimits", "reason": "accessNotConfigured", "message": "Access Not Configured. Please u

我想在Android应用程序中使用。我按照说明操作,出现了以下错误:

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,但我发现:

单击创建新浏览器密钥创建新服务器密钥,然后 按照提示操作

那么,我们可以将谷歌地图地理定位API与Android密钥一起使用,还是真的需要浏览器或服务器密钥

编辑:这是我的使用限制


好的,我知道了。我创建了一个允许任何引用的浏览器键,它成功了。无法使用Android密钥访问
谷歌地图地理定位API

是否启用了
谷歌地图地理定位API
。。?如果您没有超过每日使用该API的限制是的,
谷歌地图地理定位API
已启用。我编辑了我的帖子以添加使用限制。请检查此链接和此链接