karimyafi
karimyafi

Reputation: 504

Retrieve Google Maps API Key

Using Google Places API requires an API key. I remembered I registered for one and used it successfully, but this was several months ago. Now I can't find this key!! Any clue of where I can look it up again? I tried to look through my Google account but no success!

Thanks,

Upvotes: 13

Views: 31136

Answers (2)

Waverley
Waverley

Reputation: 11

This appears to work for me - I 'lost' my API Key ages ago

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

Upvotes: 1

Mano Marks
Mano Marks

Reputation: 8819

In order to use the Places API you do need a developer key, at least if you want to go over 1000 queries a day. You registered for it in the Google API Console, and you can find it again there.

Upvotes: 25

Related Questions