|
I can call the google api this way with a key :
<script src="http://www.google.com/jsapi?key=ABQIAAAA1XbMiDxx_BTCY2_FkPh06RRaGTYH6UMl8mADNa0YKuWNNa8VNxQEerTAUcfkyrr6OwBovxn7TDAH5Q"></script>
But i can also omit to specify a key like this:
...
Started by Jean-Philippe Martin on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I think, key is used only for some APIs, like Google Maps, and ignored for, for example, jquery hosted on Google CDN..
|
|
Currently Google requires you to create an API Key that is specific to the domain of where the map will be served from. How does Google enforce this? I want to do the same thing.
I expose an API for my service but want to allow clients to embed calls ...
Started by Vyrotek on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Obviously need to be bounced through....
If they don't match, an error is given.
2) Second attempt - evil attacker copies google javascript for the API key from mysite.comThe API key is associated with your domain.
|
|
I am developing a cms that will use more than one domain and i have to use only one google map script in my page. Is there a way to use google maps without api key? Otherwise it's not working?
Started by Emre Kılınç on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Like V2, however, you can only use it for applications ... .
The Google Maps API V3 does not require a key.
Perhaps Google maps premiere.
Fairly confident that in order to use their API you need an API Key.
|
Ask your Facebook Friends
|
I got an API key for development using localhost, but I want to be able to hit my server from different machines on my local network so I can test it. When I go via a local 198.162. . IP address on the network Google throws the error saying I need another...
Started by Simon on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Once you do this, then simply generate a Google Maps API key for your the trick:
$keys = array("127.0.0.1" => "google key here", "192.168.0.1" => "google key here....
To your development server.
|
|
If I have this URL
http://domain.com/test3/eu/flickr-map/
What url do I use to generate the api key. I have put my code into production and what ever I do I can't seem to get an API key to work.
Please help.
Started by Michael on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Example: Say I entered a domainHave you read the FAQ entry about the key and domains?
You may need to sign up for a new key if you've effectively changed....
For a specific domain then use that key when calling the Google JS files.
|
|
I'm having a problem with getting my Google Maps API key to work. I originally had the problem when trying to access http://dev.domain.com using a key generated for http://domain.com , however I subsequently tried generating a key for http://dev.domain...
Started by Blair McMillan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
As said in my comment I ended up using the v... .
Happy coding.
It worked for me.
Hi, After going through their FAQ i found that if we want our subdomains to enable Google map we have to request the API for http://domain.com/ (without www) .
|
|
I'm faced with a problem with a small web application I'm developping: My HTML-source will be integrated into the HTML source on another site. I'm using a Google Map in my code, so I have to pass a API-Key for loading the Google Maps-script on the current...
Started by christian studer on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It's a context processor that dynamically loads the key based on the domain in the request..
Think.
|
|
I have obtained a Google Maps API key for my domain.
The examples provided when I obtained my key show the key embedded in request parameters, for example:
<script src="http://maps.google.com/maps?file=api&v=2&sensor=true_or_false&key=my...
Started by Brabster on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Considering that key has to be included in the <script> tags of your HTML pages, to load the JS files/data from google's servers, there is nothing you can do :
you must put it in your HTML this key on another domain than yours....
|
|
Google has this fine new Google Maps API v3 which is a "Javascript API".
Is there any possibility to invoke this API from a Windows Forms application written in Visual C# .net 3.5?
EDIT:
The goal is to convert addresses to lat/long format using the Google...
Started by Marc on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
But some more information....
You can use the REST APIs and parse the response (XML/JSON/CSVYou could host the WebBrowser control on your form and use that to interact with the Google Maps API.
The api key is no longer required.
|
|
When i embed a map from my maps i use the link that googgle maps provides me This map i can manipulate with Google Maps Data API and Java
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps...
Started by Argiropoulos Stavros on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Embedding a Google Map is differentHave you tried following the documentation for the Google Maps API? It seems like you aren't making from using the Google....
To sign up for an API key in order to remove this marking.
|