Hi, I have also just started to receive the same error message on a site that has been fine up until now.
The same site is accessed from several URLs all which have their own API (dynamically loaded based on the URL). The strange thing is that some of the URL's work and others don't. eg: http://202.60.64.172/~outdoorf/content.php?cid=4&l=30 - Does not work but http://www.tofs.com.au/content.php?cid=4&l=30 - does work (and the source is identical apart from the API Key. Any assistance is appreciated. Thanks. "The Google Maps Api server rejected your request. This could be because the API key used on this site was registered for a different website......" On Sep 17, 9:05 am, mikew <[EMAIL PROTECTED]> wrote: > Thanks Andrew (and Ross below), > > Removing the line breaks has indeed fixed the problem. They've been > there all along, mind you, so something must have changed at the > Google Maps end of things...! > > Mike > > On Sep 16, 11:23 pm, "warden [Andrew Leach - Maps API Guru]" > > > > <[EMAIL PROTECTED]> wrote: > > On Sep 16, 11:17 pm, mikew <[EMAIL PROTECTED]> > > wrote: > > > > Oh yes - an example might help shed some light - sorry! > > > >www.devonvillagehalls.co.uk > > > You appear to have the right key. The error may be because you have > > line-breaks in the URL. Try making your script tag > > <script src="http://maps.google.com/maps?file=api&v=2&key= > > > ABQIAAAAa_Bb2Ud4L_4N0mQ_u2QyIhQtYfGLCvXkE8yNALepA2s3J3Ra5hRvHTCTlKwugg9S9sEEoNzPl- > > jAYA > > " type="text/javascript"></script> > > all one line. (Or at least, removing the line-breaks between key= and > > ABQI and jAYA and the closing quotes) > > > Andrew- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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-API?hl=en -~----------~----~----~----~------~----~------~--~---
