I just created a project in Google Places API and got a key.I tried one of their sample query in the browser. It worked fine once. But as soon as I run it again, I get below error
{
"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" : [],
"status" : "OVER_QUERY_LIMIT"
}
That seems odd. What am I missing?