Google Maps error: Oops! Something went wrong. This page didn't load Google Maps correctly

后端 未结 5 1827
半阙折子戏
半阙折子戏 2021-01-11 19:13

First time asking on stackoverflow, so be patient if I break some rule, tried my best to solve by myself searching for a solution, but had no luck.

I used a tool to

5条回答
  •  轮回少年
    2021-01-11 19:45

    In my case, it was a restriction related issue. I had used wildcards as suggested by the example in the "Website restrictions" in the Google console

     *example.com/*
    

    the wildcard did not work! I had to use the complete address of the page on which the API was implemented.

     mysite.com/contact-page/
    

    I hope this is of help for someone.

提交回复
热议问题