On Mar 12, 8:24 am, "[email protected]" <[email protected]> wrote: > I have generated an API key for about 4 times now, but ist doesnt > work. It always tells me: The Google Maps API server has rejected your > requirement. A possible cause could be that the Maps API ends was > registered for another website. > The link to my site iswww.cherrylane.bplaced.de > I have exactly checked everything, the Key is copied precisely, it is > also the right site. > What is wrong?
This line -- actually several lines: <script src="http://maps.google.com/maps? file=api&v=2&sensor="true" &key=ABQIAAAAZUHL2d4khtFrajAl90BTBRR47sb3RatRRO- X_0QYz7z_3Lmp2BRUyMY1trOFmsw1kgipbN2zpqRJPg" type="text/javascript"> You have included quotes within your src="..." string. Where does that src= attribute end? What has that done to the key? Once you have removed the quotes, you need to ensure that the src="..." string is all on one line without spaces or line-breaks in it. Pamela, please get the documentation corrected. Even with sensor=true_or_false deliberately included, every example should be valid Javascript. This inclusion of line breaks happens on the key- generation page. 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 -~----------~----~----~----~------~----~------~--~---
