On Feb 11, 4:20 am, yasir <[email protected]> wrote: > Hi, > > I'm a newb to google maps so please be patient. > > I registered a Key to a URL, on this URL i did a frame redirect to an > IP address and on this other IP addres is where the actual webpages > are sitting which access the maps and utilise the KEY i genererated > for the original URL address. > > google maps is complaining about wrong key being used. At the top in > the URL it still says the URL address to which the KEY belongs to. > > I am not able to generete an API KEY for the IP address to which I am > doing a frame redirect, as googlemaps is not allowing me to generate > an API key for an IP address like for example hhtp://123.234.244.66 > > Am i doing somthing wrong?
You need a key for the domain where the map actually is (window.location.host for the page on which the API code is executing) Is the "IP address" reserved for local networks? Google does not allow keys for those since they can't be made to comply with the terms of use (publicly accessible). -- Larry > > Thanks for any help in advance. -- 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.
