I directly upload getting status of video after "request.Upload(video)"
Try
'Upload Events
Catch ex As Exception
If ex.Message = "Invalid credentials" Then
Messagebox.Show("Invalid user name or password")
Else
Messagebox.Show(ex.Message) 'Show error
End if
End Try
How to get status with resumable upload?
ru.InsertAsync(youTubeAuthenticator, newvideo.YouTubeEntry, "inserter")
?? Thanks for help
Original issue reported on code.google.com by hasangul...@gmail.com on 2 Dec 2013 at 3:34
Original issue reported on code.google.com by
hasangul...@gmail.com
on 2 Dec 2013 at 3:34