I've been reading plenty of here and there examples on how to use the Gdata API to upload a video file to youtube, but none are crystal clear. Is there a simple clear example on how to do this? Basically I have an asp.net page, with a login to youtube link, when the user clicks the link he will be prompted to enter his credentials. After successful login, he will be redirected to the asp.net page where he selects his video file and uploads it to youtube.
Asked
Active
Viewed 2,011 times
1 Answers
0
GData was turned off 3 weeks ago. You have to use the data api v3. Here's some example code: https://developers.google.com/youtube/v3/code_samples/dotnet#upload_a_video

IanS
- 315
- 3
- 12
-
That link contains an example. – IanS May 19 '15 at 12:17
-
it is a windows forms example – Zee99 May 19 '15 at 13:03
-
me too looking for the same..but not able to find the issue in my code..can any one plz help me here : https://stackoverflow.com/questions/44593609/how-to-upload-video-to-youtube-using-google-apis-youtube-v3-and-c – SHEKHAR SHETE Jun 17 '17 at 05:46