Ian De La Cruz Blog

Working with Google Service Accounts in Ruby

In this post, I’ll be talking about how to work with a Google Service Account, using Ruby, without the Ruby Client library.

The inspiration for this post is my personal struggle with using Google Service Account without the client library. I wasn’t using the official client library because of the fact that it was in ALPHA. Being a project that I’ll only be starting, I can’t risk having the library suddenly change.

Continue Reading →