首页 > 解决方案 > Google Places 自动填充 API 限制

问题描述

我们正在尝试使用 Google 的自动完成 API。ITs 已经链接到 Facebook 支付账户。但是当我们尝试访问 API 时,它在 750 个请求后失败了。

https://maps.googleapis.com/maps/api/place/autocomplete/json?input=Kids%20jp%20nagar&key=APIKEY&fields=address_component,formatted_address

{"error_message": "You have exceeded your daily request quota for this API. If you did not set a custom daily request quota, verify your project has an active billing account:
 http://g.co/dev/maps-no-account",
 "predictions": [],
 "status": "OVER_QUERY_LIMIT"
 }

当我们检查限制时,它显示最大值我们可以在 I AM 部分将其设置为每天 750 次。

但在 API 的使用部分中,它显示 API 使用是按需付费。有什么方法可以在一天内使用更多数量的 API。我们需要自动化和清理客户地址数据库。

标签: google-places-apigoogleplacesautocomplete

解决方案


推荐阅读