The Google Maps API server rejected your request

前端 未结 9 1702
失恋的感觉
失恋的感觉 2020-12-15 03:01

I m working on an application which renders google maps on an image as below

\"Google

        
相关标签:
9条回答
  • 2020-12-15 03:37

    Make sure you have enabled "Static Maps API" service in addition to "Google Maps API".

    0 讨论(0)
  • 2020-12-15 03:37

    Activate Google Map Key here: https://console.developers.google.com/apis/api/maps_embed_backend/overview?project=[your-project]

    It will enable your map instantly.

    0 讨论(0)
  • 2020-12-15 03:38

    It works for me when I enable "Google Maps Embed API" and "Static Maps API"

    0 讨论(0)
  • 2020-12-15 03:39

    Not only you need to enable google static API, but also you need to include your api_key in the link.

    0 讨论(0)
  • 2020-12-15 03:43

    Make sure you have a Browser key in the Simple API Access section, and make sure the Referers is set to Any referer allowed

    0 讨论(0)
  • 2020-12-15 03:47

    Make sure you have enabled the Google Maps related Services ("Google Maps Embed API" and "Static Maps API") like bellow:

    enter image description here

    And then mark them:

    enter image description here

    In the new layout you find it here:

    enter image description here

    0 讨论(0)
提交回复
热议问题