您已超出此API的每日请求限额。 Android应用中的Google Places API

时间:2018-03-13 06:14:49

标签: android google-maps google-places-api

我正在尝试在一个非常简单的应用中使用Google Places API。我只是想找到当前位置附近的所有购物中心。我使用过这个网络服务:

https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=12.9412390245245,77.6171295438685&radius=1000&sensor=true&types=shopping_mall&key=MY_SERVER_KEY

它正常运行,但我收到以下错误消息:

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

我怎么能避免这种情况?,并听说

对于Google Places API,每天有2500个请求,每秒10个请求

但是今天我请求了15个以下的请求,那么我不理解的是什么问题

有人可以帮我吗?

1 个答案:

答案 0 :(得分:0)

Here

您必须使用Places Search / Places Radar(已弃用)来填充此内容。限制2500请求,并在提供的链接上,您可以读取地方信息搜索使用了10个请求。您可以通过输入您的信用卡详细信息将其用量增加到150,000,纯粹用于身份验证(它仍然是免费的)。