On Apr 28, 4:47 pm, "[email protected]" <[email protected]> wrote: > I have copied the example code to two different web site which are > registered with Google - one today. However, I keep getting an error > that says > > "The Google Maps API key used on this web site was registered for a > different web site"
You have a quote in the middle of your src="..." string. That means you are fetching the API with src="..."ABQIAAAA... and not actually giving the key to the maps server at all. The key needs to be inside the quotes defining the src="..." string. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
