On Friday, March 1, 2013 5:48:14 PM UTC-5, Andrew Leach wrote: > > On 1 March 2013 19:34, Albert <[email protected] <javascript:>> > wrote: > > > > Hi, > > > > I was wondering if you could spare a few minutes to tell me what I am > > doing wrong? > > I'm having a similar problem, since I have both v2 and v3 activated, > also > > tried sensor=false and sensor=true, also added the exception . > pastehtml.com > > & pastehtml.com: > > <script type="text/javascript" > src=" > http://maps.google.com/maps?file=api&&v=2&key=AIzaSyAZtbkQYI_p7pdE-SejJGMW4od6hV7O6eY;sensor=false<http://maps.google.com/maps?file=api&&v=2&key=AIzaSyAZtbkQYI_p7pdE-SejJGMW4od6hV7O6eY;sensor=false>"></script> > > > > Check your key and the character(s) between the end of the key and > ;sensor=false. You need an ampersand there, either just & or > (properly) the full entity & [note the semicolon]. It should look > like > > ....XXX&sensor=false > > where your key is represented by the Xs. >
Thanks that did help but it still wasn't working. But I finally figured it out for me; firstly if you are getting a message like this then it is most likely a problem with your key generation or the referrer section, not your code. What I had to do was Create a Project by clicking API Project then I named it something then used that key and just left the referrers alone. (Did you notice referrers is spelled wrong by Google? maybe it's done on purpose). So my referrer was any referrer allowed. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
