I've run in to some trouble trying to upload videos to YouTube through the V3 API. I've tried to upload asynchronously like stated in the following sample:YouTube upload from VB.NET with V3 API
But now I'm running into errors which I cannot explain.I've set the chunk-size to 100000 and the upload works fine (events are fired) - but after two or three event fires I'm getting the following error:
Bytes to be written to the stream exceed the Content-Length bytes size specified.
I've tried to upload the video file w/o chunk-size to check if the error persists - in this case I get the following error:
The remote server returned an error: (503) Server Unavailable.
Thanks for any help!Best Regards