我知道以前已经有人问过这个问题,但是我不太了解如何解决它...
我正在构建一个显示附近餐馆列表的应用。我正在使用Google Places API和附近的搜索请求。
它工作正常,但有时我会得到:
{
"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",
"html_attributions":[
],
"results":[
],
"status":"OVER_QUERY_LIMIT"
}
我知道我每天有几个免费的请求,而且我很确定我没有花所有的时间...
该如何解决?