Hi folks,
I was working hard in these months. How are you?
uechoco and gnustavo sent pull requests on github.
Then I applied them, and updated to 0.05.
uechoco, gnustavo, thank you for your contributions!
If you have any contributions, I welcome patches from you :)
Thanks!
Hi, do you have support for Service accounts - particularly using the key file that they generate?
ReplyDeleteThanks,
Hi cajund,
DeleteThank you for your comment :)
Currently, this Perl client doesn't support Service Accounts.
But I'm interested in the support.
I'll take a look at the documentation and Google APIs Client Library for Python. (Python client already has supported Service Accounts.)
If I implemented it, of course, I'll let you know here.
Thanks!
Hi,
ReplyDeleteI was reading this:
https://developers.google.com/accounts/docs/OAuth2ServiceAccount
And it looked pretty easy until you get to the signature encoding portion.
I was able to get your module working with the regular account linking method, but I had some trouble pulling specific information from the Analytics API. I am still learning it though.
Thanks!