Reputation: 3837
I have never face such issue, however I have made several website live from development server. The issue is I am working on development server and the maps works fine. But I need to shift the site to live and the Google map stopped working.
it shows some error like above screenshot. I have tried to add API key as well. But not sure if I am doing it in correct way.
Edited------ I am using wordpress plugin to show map.
Please help me to fix this issue.
Thanks.
Upvotes: 0
Views: 1746
Reputation: 3815
Since 22. June 2016 you must provide an API-Key.
Your API-Key goes here:
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY" async defer></script>
As of June 22, 2016 we are making the following changes to the Google Maps APIs Standard Plan: We no longer support keyless access (any request that doesn't include an API key). Future product updates are only available for requests made with an API key. API keys allow us to contact developers when required and help us identify misbehaving implementations.
Upvotes: 1