How can I upload a video to YouYube using the Youtube API in C#?
问题 The code below fails? What might be the problem? YouTubeRequestSettings settings = new YouTubeRequestSettings("whatwill come here ?", "my api key", "my youtube login email", "my youtube login password"); YouTubeRequest request = new YouTubeRequest(settings); Video newVideo = new Video(); newVideo.Title = "test 1"; newVideo.Tags.Add(new MediaCategory("Gaming", YouTubeNameTable.CategorySchema)); newVideo.Keywords = "test 1 , test 2"; newVideo.Description = "test 3 test 4"; newVideo.YouTubeEntry