相关疑难解决方法(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万
查看次数

Google Maps API DeletedApiProjectMapError

我有像Arul一样的问题.

我正在尝试在我的网页上使用Google Maps API,但是当我尝试实现地图时,我得到了DeletedApiProjectMapError.

首先,在尝试了许多方法来包含脚本之后,我进入了错误消息站点,例如:

<script src="http://maps.googleapis.com/maps/api/js?v=3&key=API_KEY"></script> 

//or
<script src="http://maps.googleapis.com/maps/api/js?key=API_KEY"></script>

//or
<script src="http://maps.googleapis.com/maps/api/js"></script>
Run Code Online (Sandbox Code Playgroud)

并尝试API key在Dev网站上添加新内容,但它们都不起作用.

这个错误可能不在我这边而是在谷歌吗?

javascript google-maps google-maps-api-3 jquery-gmap3

33
推荐指数
2
解决办法
3万
查看次数

谷歌地图Android Sdk集成没有结算帐户(没有信用卡)

如果某人没有信用卡并且只想依靠200美元的信用额度,因为我的用户群非常小,该怎么办?

来自定价页面

是否有其他可以免费使用的API或SDK?

Yes. In addition to the $200 monthly free credit, all users get:

    Free Maps usage for iOS, Android, and Embed (for displaying maps only)
    Free Maps URLs
Run Code Online (Sandbox Code Playgroud)

但是当我尝试在控制台中创建项目时,它会要求我设置结算帐户.我没有任何信用卡.请帮忙.

android google-maps-android-api-2

8
推荐指数
0
解决办法
1万
查看次数