I'm attempting to access Google's Geocoding API with the following:
I get back the following:
{"error_message": You must use an API key to authenticate each request to Google Maps Platform APIs. For additional information, please refer to http://g.co/dev/maps-no-account", "results": [], "status": "REQUEST_DENIED"}
They key I'm passing is associated to a project with both the Geocoding and Places APIs enabled, and the project has billing enabled as well.