Get Google Maps API Key

Using the Google Places API requires an API key. I remembered that I registered for one and successfully used it, but that was a few months ago. Now I can not find this key! Any clue on where I can find it again? I tried to view my Google account, but didn’t have time!

Thanks,

+7
source share
2 answers

To use the Places API, you need a developer key, at least if you want to go through more than 1000 requests per day. You registered for it in the Google API Console , and you can find it there again.

+13
source

This seems to work for me - I β€œlost” my API Key age ago

https://developers.google.com/maps/documentation/javascript/tutorial#api_key

0
source

All Articles