Hi,
I'm attempting to use the PlusCodeGeocoder Transformer,
The intention is to read a CSV of Google Plus (Open Location) Codes and then write an Esri shapefile. For example, map this as points:
id,google_plus_code
3,"53PP+34 Taromeo QLD, Australia"
106,"Q9XG+PF Widgee QLD, Australia"
511,"HGM4+5X Amamoor Creek QLD, Australia"
I've configured the visible parameters in the transformer.
The email value is the email I have registered with the Google Maps Platform for my API key.
When run, the status code is 200, meaning the request was received, but the output is routed to rejected with the _pc_response_body stating:
{
"status": "NO_API_KEY"
}
Where in the Transformer can I provide the API key?
Cheers
Mic