Hi,

I'm generating the link via appengine/python. The link generated is
below. But when i copy this link to a new window, the first time it
will give me a bad request error, subsequent reload is fine.

http://maps.google.com/staticmap?center=61.44,23.85&size=400x400&key=ABQIAAAAlzCRnyxhHvur8weQnSiomxRjNjO0iGTZ0NN7Cy66SKd-tHt0chReHs1R6MpFCBByku08lagYqL1dFQ&sensor=false&markers=61.44,23.85



Belows is the python code which I'm testing:

            self.response.out.write("""
                <html>
                <head>
                   <title>MySpot8</title>
                   <meta http-equiv="content-type" content="text/
html;charset=UTF-8" />
                </head>
                    <body>
                        <p>Target:</p>
                        <p>Last Status Received:</p>
                        <img src="http://maps.google.com/staticmap?
center=61.44,23.85&size=400x400&key=ABQIAAAAlzCRnyxhHvur8weQnSiomxRjNjO0iGTZ0NN7Cy66SKd-
tHt0chReHs1R6MpFCBByku08lagYqL1dFQ&sensor=false&markers=61.44,23.85"
alt="Map">
                        <p></p>
                    </body>
                </html>
            """)

Thanks



On Dec 30, 5:38 pm, igloo <[email protected]> wrote:
> If you haven't got a valid API Key it will tell you!
>
> You will need to tell us how you are accessing the API to find out how
> the request is "malformed or illegal"
>
> Please read the "Suggested Posting 
> Guidelines":http://groups.google.com/group/Google-Maps-API/web/suggested-posting-...
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to