This question refers to youtube, specifically youtube analytics API and OAuth flow.
Using a ruby server-side webapp, I have created a token.
I now want to use that token in a client-side python app.
I have the client_secrets.json that generated the token.
I have generated tokens with python before and the format does not match that of the ruby generated token.
Is there existing code or a simple way to convert the ruby formatted token for use in python? Yes, they are both json but the structures are different.
https://developers.google.com/youtube/reporting/guides/authorization/server-side-web-apps