我正在使用 google place api 开发移动应用程序。
我发送的Http请求是: https ://maps.googleapis.com/maps/api/place/autocomplete/json?sensor=true&key=KEY&components=country:uk&input=hu
但是当我向 Google 服务器发送 HTTP 请求时,它会回复 OVER_QUERY_LIMIT: { "predictions" : [], "status" : "OVER_QUERY_LIMIT" }
我检查了 Google 和 Android 文档提供的说明,还检查了 Google 控制台中报告请求的使用情况。但是我发现使用的请求只有3,请求/秒是0.0017。
有人可以提供一些帮助吗?非常感谢!