Hello Friends when i run google goecoder api in browser directlly
http://maps.googleapis.com/maps/api/geocode/json?latlng=56.130366,-106.346771&sensor=true
and other link like
http://maps.google.com/maps/api/geocode/json?address=canada&sensor=false
it gave me output like
{
error_message: "You have exceeded your daily request quota for this API.",
results: [ ],
status: "OVER_QUERY_LIMIT"
}
Any idea why it is happen ?