I have developed an android app using Google Map API.
When I am using my home Internet from a local provider, the app is running.
But, when I changed my internet to AT&T , I am getting following error:
Places error-Sorry query limit to google places is reached.
I don’t understand why is this happening. Is there a difference between the 2 internet connections?
Thanks
I think you exceed the usage of the google map API. If you exceed the usage of the google map API the response status code will be OVER_QUERY_LIMIT I assume you doing as same as this
as you can see in this sample code by Android Hive will get response from google places API and check it after that and if the status is OVER_QUERY_LIMIT the error will be shown is “Places Error Sorry query limit to google places is reached”. You can see it in this section
You can exceed the Google Maps API Web Services usage limits by:
the above problems can be address by combining two approaches:
for more information you can see it here-> Google Places API
if you have any question please feel free to ask in the comment 🙂