function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sandesh D GanjareSandesh D Ganjare 

Error "OVER_QUERY_LIMIT" while Geo coding

I am using Google Map API for geocoding . I am getting "OVER_QUERY_LIMIT" error before the 2500 which is the Quota limit of google Map API key.I am sending 10 records in batch for geocoding. I think I am exceeding the per sec limit of google API. And after some time key is working correctly. 
Please Suggest Possible solution to handle this error.

Thanks in advance!
James LoghryJames Loghry
A quick google of the error turns up the following document:

https://developers.google.com/maps/documentation/business/articles/usage_limits

In a nutshell, you will want to reduce the amount of data (and / or frequency you're requesting the geocoding api) from Salesforce to the Google Map API.  How you do that is up adjusting your business requirements and needs and application.
venkatesh damodaranvenkatesh damodaran
Hi All,
Please let me know if you were able to solve this issue.

Best Regards
Venkat