We have been using Google MAP API for a few years without any problem. 
Recently we noticed that the Google Map API is upgraded to version 3, and 
version 2 will be deprecated. So, we are making the changes to adjust to 
use version 3 codes. We were using csv and now we use xml to get Longitude 
and Latitude. 
The Google Map API is used for us to identify our user data entry location 
distance to the list of physician in our database (geocode). 

As per testing, everything were well, until we deployed it on Production, 
initially it was good. After a few real users accessing the site, we got 
the disaster, none of the search result show, and during the debugging, we 
found the following error
  <?xml version="1.0" encoding="UTF-8" ?> 
 
-<http://maps.googleapis.com/maps/api/geocode/xml?address=1600+Amphitheatre+Parkway,+Mountain+View,+CA&sensor=true#>
 
<GeocodeResponse>
   <status>OVER_QUERY_LIMIT</status> 
  </GeocodeResponse>

We got this error even when we try to go to this on any of the computers 
within the company
http://maps.googleapis.com/maps/api/geocode/xml?address=1600+Amphitheatre+Parkway,+Mountain+View,+CA&sensor=true


I have set up the billing profile with expectation to increase my quota, 
however, it does not help.

Can anyone out there help us?

Agus

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-maps-js-api-v3+unsubscr...@googlegroups.com.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
Visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to