Last week I was researching on how to upload videos to my Youtube account from NET. Basically all I need is a new project in Google Developers and the following code: [csharp]using Google.Apis.Auth.OAuth2; using Google.Apis.Services; using Google.Apis.Upload; using Google.Apis.YouTube.v3; using…