-1

I am using the Google place API for nearest place around my location. But some times Google place API returns the error

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

I know that this message is shown when my usage limit is exceeded, however, my usage limit is 100000 per day and the API shows the error before the limit is reached.

Any idea??

smci
  • 32,567
  • 20
  • 113
  • 146

1 Answers1

0

I think there is limit for daily queries (requests).

Hazarapet Tunanyan
  • 2,809
  • 26
  • 30