On Feb 24, 11:26 pm, "[email protected]" <[email protected]>
wrote:

> My site and key have been working fine for weeks, all of a sudden it
> says that is the key is invalid... any thoughts. the url above links
> to a veru basic test page of google maps, any thoughts? how can i
> contact google?

The message is the server message, not the usual invalid key message.

You have this in your <script> tag:
  sensor=true_or_false
which isn't right. sensor must be either true or false:
  sensor=true
  sensor=false
and you shouldn't have a line-break after that, it should be followed
immediately by &amp;

For this sort of thing you don't need to contact Google, I hope.

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to