Google 地方 API 有一段时间不工作

Google place API not working some time

我正在使用 Google 地点 API 作为离我最近的地方。但有时 Google 会 API returns 错误

{
    "error_message" = "You have exceeded your daily request quota for this API.";
    "html_attributions" =     (
    );
    results =     (
    );
    status = "OVER_QUERY_LIMIT";
}

我知道当超过我的使用限制时会显示此消息,但是,我的使用限制是每天 100000,API 在达到限制之前显示错误。

有什么想法吗??

我认为每日查询(请求)有限制。