相关疑难解决方法(0)

此API项目无权使用此API.请确保在API控制台中激活此API

我有一个纬度和经度:"-27.0000,133.0000".我希望根据它制作一个地图.

我试过去看看这个链接

https://maps.googleapis.com/maps/api/geocode/json?latlng=-27.0000,133.0000&key=******

我一直在浏览器上收到此错误

{
   "error_message" : "This API project is not authorized to use this API. Please ensure that this API is activated in the APIs Console: Learn more: https://code.google.com/apis/console",
   "results" : [],
   "status" : "REQUEST_DENIED"
}
Run Code Online (Sandbox Code Playgroud)

但我想我已经启用了这个API.我登录到我的Google控制台,然后仔细检查.

当我去: https://console.developers.google.com/project/75423435770063/apiui/apis/enabled

我知道了 :

启用地理编码+地理定位.

在此输入图像描述

我现在有点卡住了.我在这里错过了什么吗?

google-maps geocoding google-maps-api-3 google-geolocation

151
推荐指数
10
解决办法
23万
查看次数