manicoder / google-gdata

Automatically exported from code.google.com/p/google-gdata
0 stars 0 forks source link

Get Status Video Youtube API (.NET) #674

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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