Google Maps API error: DeletedApiProjectMapError

后端 未结 6 1359
被撕碎了的回忆
被撕碎了的回忆 2021-01-01 09:10

I have to use google map. I use below google API script



        
6条回答
  •  有刺的猬
    2021-01-01 10:03

    Based from this documentation, the DeletedApiProjectMapError means that your API project may have been deleted from the Google API Console. Please check the project for which you generated the API key that's included in JavaScript API loader.

    Since you have already created a new API project and get a new key on the Google API Console, one workaround I found on this forum is to try deactivating all plugins to see if one of them is causing a conflict.

    Check this related link. It states that:

    I created new API keys in the first project for those maps again and deleted second project. The maps work partially now - without markers. It looks a little like manual blocking by someone on the Google maps side. Maybe someone is blocking access to Marker Manager .js file somewhere between my computer and a server where it is stored to ban my website.

    Hope this helps!

提交回复
热议问题