This IP, site or mobile application is not authorized to use this API key

I had the same issue and I found this. On the url, it requires the server key in the end and not the api key for the app. So Basically, you just add the server key in the end of the URL like this: https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=yourlatitude,yourlongitude&radius=5000&sensor=true&key=SERVERKEY Now, to obtain the server key, just follow these steps: … Read more