I am using google api to get latitude and longitude but hitting this url
https://maps.googleapis.com/maps/api/geocode/json?address=%223053%22&sensor=false®ion=AU&key=<myKey>
gives me constantly this error
{
"error_message" : "You have exceeded your daily request quota for this API.",
"results" : [],
"status" : "OVER_QUERY_LIMIT"
}
Even it gave response 4 or 5 time but after that giving same error. Please help me with this. Thank You