V3 API does not require keys, the code you gave is for the V2 API, so this question should be in the V2 group at http://groups.google.com/group/google-maps-api
But if you are really after using the V3 API, then you need to change your code more than just replacing v=2 with v=3 Google Map Javascript API V3 Tutorial http://code.google.com/apis/maps/documentation/javascript/introduction.html On Wed, Jun 9, 2010 at 23:02, pdxoregon <[email protected]> wrote: > Here is the source from the page generating the error: > > <script src="js/jquery-1.2.6.pack.js" type="text/javascript"></script> > > <script src="http://maps.google.com/maps? > > file=api&v=3&key=ABQIAAAAYzS9I5qzephoP7BbxdaMcxQtBcan4ZDCz0Nzkx6cwBd0UitSOhRtfI1XxstA6- > WwEyNMGQ-CApXdCg" > type="text/javascript"></script> > > <script type="text/javascript"> > > </script> > > On Jun 9, 1:40 pm, pdxoregon <[email protected]> wrote: > > We were successfully using the Geocoding API from our website for > > several weeks, but started receiving the following message: > > > > This web site needs a different Google Maps API key. A new key can be > > generated athttp://code.google.com/apis/maps. > > > > I generated and implemented a new key, confirmed that all syntax is > > correct, but continue to receive the error message. > > > > One possible issue - we may have exceeded our Geocoding usage limits > > on one day - this was a one time error, our usage will be minimal and > > well within the limits going forward. I also waited 24 hours and tried > > it again, but still receive the error message. > > > > If the usage limits were exceeded, could that be the cause of this > > particular error message? And if so, is it possible to correct the > > problem? I can't find any contact information for technical support > > without the purchase of a premier license. > > > > Are there other possible reasons for this error? > > > > Any help will be appreciated. > > Thank you! > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps JavaScript API v3" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-maps-js-api-v3%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
