Google Maps API key not working

前端 未结 8 1713
生来不讨喜
生来不讨喜 2021-01-04 00:38

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://

8条回答
  •  长发绾君心
    2021-01-04 00:50

    I was having the same problem and it turned that i was doing 2 calls to the http://www.google.com/jsapi url. The first one for adsense (without the key parameter) and then the second one for google maps with the key. Pretty stupid mistake but the result is that the although you put the key on the second call it doesn't use it.

提交回复
热议问题