Google Geocoding Api “OVER_QUERY_LIMIT” status code
I am using google geocoding api with its api key,i am using code as below:string url = "https://maps.googleapis.com/maps/api/geocode/xml?address=" + area + "," + City + "&Key=ABZIXXXXXXXXXXXXXXXXXXXXXXXXXXX"
After handling some request i am getting status code "OVER_QUERY_LIMIT", does any one have any idea about this problem?