Android google Places API超出了每日配额

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android google Places API超出了每日配额相关的知识,希望对你有一定的参考价值。

我正在创建android应用程序,我必须实现地图和地方所以,我已经创建了新的谷歌地方API,当我使用截击发送请求从纬度和经度获取placeId我得到错误,说

{"error_message":"You have exceeded your daily request quota for this API.","html_attributions":[],"results":[],"status":"OVER_QUERY_LIMIT"}

但它对邮递员来说工作正常,我该如何解决这个问题呢?

附:我是初学者所以如果我的过程中有任何错误,请纠正我。谢谢。

答案

我相信Google的服务条款限制了从客户端应用程序使用Place API,即您的Android应用程序。我也在其他问题的评论中看到了这一点。 (正如Troy Perales也提到过的那样)

有关实施Google API的教程或示例,请单击herehere。这些是关于实施Google Places API的Codelabs示例.enter code here这里是Places Docs

我希望这可以帮助你。

另一答案

在针对Android开发时,Google建议使用Places SDK for Android(https://developers.google.com/places/android-sdk/intro)而不是Places API(https://developers.google.com/places/web-service/intro),因为它是免费的,并且具有慷慨的使用限制。见https://developers.google.com/places/android-sdk/usage

以上是关于Android google Places API超出了每日配额的主要内容,如果未能解决你的问题,请参考以下文章

适用于 Android 的 Google Places API 未显示

获取适用于 Android 的 Google Places API 密钥

适用于 Android 的 Google Places API:地图立即消失

Google Places API Android:自动完成关闭太快

Android Google Places API - PlaceAutocompleteFragment 清除按钮监听器

如何为我的 Android 应用获取 Google Places API 密钥