Geolocation add to Collection2

Thank you! Right now i’m just trying to add a browser key. I give it a name and under “Accept requests from these HTTP referrers (web sites)” i add the website: Localhost:3000. When i press create and go back to Credentials, there’s nothing. :pensive:

EDIT: I got my API!

Try not adding any websites. It will give you a warning, but ignore it for now. Your screen should look like this:

Then test to make sure your georeverse works, and then if it does, worry about locking it down.

Yes it does. If i try running my project now, it returns the same error in console:

Exception while invoking method ‘geoReverseMe’ Error: Status is REQUEST_DENIED. Browser API keys cannot have referer restrictions when used with this API.

And on the google developer console (on the site):

Error: Internal server error [500]
Undefined

It sometimes takes a few minutes. Make sure the “Accept…” box is empty and try again. Also, make sure your key is the exact match to the one you configured. You may even restart meteor just to cover all bases.

It’s empty and tried restarting the server a couple of times. I just noticed an error in the warning console:

Google Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys

Don’t worry about that one. It’s not related to your geolocation. What APIs are associated with the key you are using?

The same ones as yours