我正在使用Google地方API来查找我所在位置附近最近的地方。但有时候Google place API会返回错误
{
"error_message" = "You have exceeded your daily request quota for this API.";
"html_attributions" = (
);
results = (
);
status = "OVER_QUERY_LIMIT";
}
我知道在超出使用限制时会显示此消息,但是,我的使用限制为每天100000,API会在达到限制之前显示错误。
任何想法??
答案 0 :(得分:0)
我认为每日查询(请求)有限制。