Hi
Would it be possible to make available a general purpose Google Authenticate tool that allows service-to-service authenticate, the output of which (access token) could then be used for REST calls to Google APIs?
This is currently only available for BigQuery but we also need to access Drive, Google Storage, and other services via a service account. There are other Alteryx tools out there that can be used to access via a named account (using a client_secret & refresh token) but none that I have seen (except the BigQuery Input tool) that allow you to use a JSON private key file to authenticate.
I assume this is easy to achieve as this is already a component of the BigQuery input tool anyway
Cheers