Google map api key is invalid for generated domain? -


Tomorrow I used to try Google Maps API for a fist time, and I used the API key for my public domain Used to produce. Maybe I made a mistake, because I used to test the key of my localhost and it was okay, but when I tried to publish it on my website, I got a Javascript warning that my API key is not valid for that domain, But I had generated that key for that domain. What is the test?

The test is always working for localhost for purposes but on other domains, You have to match, you have entered the key. So, did you control, if it really matches? Is there a typo in the domain with which you are registered? Or do you use subdomains? Another problem may be that Google asks your app (which uses the map) to be accessible from the web without a password or similar hassles.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -