I'm a seasoned .NET developer and I'm making a video uploader app that only needs to work with 2 or 3 accounts. Using one account as my test case I've authorised my app with it, got my authorization key back and I now have an access+refresh token.
Getting to this stage I now realise I have no idea how to upload a video with my access token (I know I'll probably need to refresh it by the time this is answered) - can anyone help? I can't find any documentation about using the YouTube .NET client libraries (e.g. YouTubeRequestSettings, YouTubeRequest etc.) to do this - all help much appreciated!