It’s a good job I’m already bald, because this has been stressing me out all day - hoping someone can help me please <3
I’m getting the following error trying to initialize a Nearby Search via Google’s API.
Here’s the way I’ve set up the call, directly copying the example code on Google’s API documentation (Nearby Search (New) | Places API | Google for Developers).
The only thing I’ve changed is adding in the key in as a header (the request was denied without it), and into the body of the API where specified by the documentation.
Clearly, I’m not a developer - please help me
P.S. If you’re wondering why I’m not just using the Google Place plug in, it’s because I need to return the closest single result to an address/long,lat. The standard plug in returns too many results in a random order. If there is a better way to do this than my current approach, please let me know!