Curious to know if anyone in the Posit Community is successful at using gargle for authentication on the YouTube Data API?
My application is to upload videos in non-interactive mode. I have gargle working with some Google APIs using service account authentication. However, YouTube does not allow service accounts. Authentication is an Oauth token and API key for http POST requests.
If you are able to do this, can you share some tips?
Thanks,
Rob