How to make an authenticated call to the youtube API without oauth?

98 views Asked by At

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."

0

There are 0 answers