Google Maps V3 API Key Invalid - but my personal dev key works

后端 未结 11 981
梦谈多话
梦谈多话 2020-12-31 10:24

I\'ve recently been doing development upgrading our maps to v3 and during development I was using my own personal key. Everything was working fine. When it was time to go to

11条回答
  •  灰色年华
    2020-12-31 11:08

    Actually you want the Google Maps JavaScript API to be enabled instead of Google Maps API v3 because the former is what you are actually using here. The latter is now divided into iOS and Android BTW.

    Also you need to add your reference into your server key.

    If it is local, it should be something like:

    localhost/*

提交回复
热议问题