I'm writing a job that will consume some youtube stats and dump them in our database.
While it was a bit of a pain to get oauth all set up, I have it making authenticated calls. However, I want to do this in the background without a browser window opening / requiring access.
When I've tried to initialize the Google API client with an API key it fails saying "ArgumentError: Missing access token."