You need to sign in to do that
Don't have an account?
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!
Please Suggest Possible solution to handle this error.
Thanks in advance!
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.
Please let me know if you were able to solve this issue.
Best Regards
Venkat