Closed GoogleCodeExporter closed 8 years ago
It seems that the problem appears ONLY when uploading videos. I tried to simply get video info (and authenticating) and it worked.
Original comment by vladcris...@yahoo.com
on 13 Nov 2010 at 3:05
Are you using the latest version of the library code?
Revision 1073 added a fix for the proxy issue:
http://code.google.com/p/google-gdata/source/detail?r=1073
Original comment by ccherub...@google.com
on 18 Mar 2011 at 1:46
[deleted comment]
Hello,
Still does not work. Here is what I am getting:
Google.GData.Client.GDataRequestException: Execution of request failed:
http://uploads.gdata.youtube.com/feeds/api/users/default/uploads --->
System.Net.WebException: The remote server returned an error: (417) Expectation
Failed.
I than added:
System.Net.ServicePointManager.Expect100Continue = false;
After I added that, it sends this error:
Google.GData.Client.GDataRequestException: Execution of request failed:
http://uploads.gdata.youtube.com/feeds/api/users/default/uploads --->
System.Net.WebException: This request requires buffering data to succeed.
Any ideas?
Original comment by sodev...@gmail.com
on 18 Mar 2011 at 6:25
If this is still happening with version 1.8, please capture the HTTP traffic
using Fiddler and share the capture here.
Thanks
Original comment by ccherub...@google.com
on 29 Jul 2011 at 10:13
Never got the HTTP capture, I assume the issue was fixed in rev. 1073.
Feel free to reopen if can still be reproduced.
Original comment by ccherub...@google.com
on 19 Apr 2012 at 11:18
Original issue reported on code.google.com by
vladcris...@yahoo.com
on 12 Nov 2010 at 6:12