Showing 1 – 1 of 1 replies
donleon10

I'm getting a Google Missing API keys […]

donleon10 PURCHASED
7 years ago
Hi guys,

I'm getting a Google Missing API keys error when I put the site online. please check bmarqueznursery.com/contact.html

S
donleon10
donleon10 PURCHASED
7 years ago
I fixed it by getting my own API key from Google here : https://developers.google.com/maps/documentation/javascript/get-api-key

I added the following script at the end of my file: <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY®ion=GB"></script>
-replaced YOUR_API_KEY with the one I got from the first link.

This is not in the documentation and should be added.