Subject: | Feature request: use a Service Account for auth |
using a service account for things like that is very practical for there is no server-side url-c+p involved.
and there's a perl implemenation:
https://metacpan.org/pod/WWW::Google::Cloud::Auth::ServiceAccount
perhaps this could be integrated? it would make my life a bit easier.
as I understand it, only the access token is needed here:
https://metacpan.org/release/Google-RestApi/source/lib/Google/RestApi.pm#L191
the module above provides just that and used the json file provided by google to obtain it.
perhaps add this to the constructor and use the service account instead if a json file is provided.