Closed GoogleCodeExporter closed 9 years ago
What is the timeout settings for your request and is it possible that the
upload just
takes longer than the timeout? (that is the most common problem here - the
default
timeout is i think 100sek (pending version of .NET) and if the upload takes
longer,
boom).
If you don't mind, you better use the new ResumableUpload component.
Original comment by fman...@gmail.com
on 7 Apr 2010 at 4:02
I've tried changing the timeout setting to big numbers. Still, I get the
error. I
am just uploading a 19 MB flv video, not big at all.
Can you elaborate more on the "ResumableUpload"? I am sorry, but I am not
familiar
with it.
Thanks.
Original comment by pathachiever11
on 8 Apr 2010 at 12:30
YouTube recently introduced a resumable upload service, which by default allows
you
to chunk your uploads. The .NET library has a ResumableUpload Component and a
long,
extensive sample (The YouTubeContentUploader).
I will probably not spend much time in fixing direct upload (i can easily see
that
there is a bug in that codepath in the .net client), as i see that to be a
relict of
the past, as long as you don't tell me: hey, i really can't use the
ResumableUpload
feature for this and that reason...
Original comment by fman...@gmail.com
on 8 Apr 2010 at 10:54
[deleted comment]
Thanks. I found the sample and it looks pretty easy.
Original comment by pathachiever11
on 9 Apr 2010 at 3:46
Original comment by fman...@gmail.com
on 6 May 2010 at 2:35
Original issue reported on code.google.com by
pathachiever11
on 4 Apr 2010 at 11:20