Closed GoogleCodeExporter closed 9 years ago
can you send me the HTTP exchange for that denied request? attach the log
(obtained by fiddler) to the bug, but
make sure to change the auth headers to not expose this to the public.
Original comment by fman...@gmail.com
on 24 Sep 2008 at 4:43
Hi, finally I found the solution: It was Kaspersky Antivirus.
I'm ashamed...I was trying to produce a report with Fiddler without results.
Then I
tried to do the same in a Windows XP virtual machine that I have installed. The
problem was in the virtual machine too. So I thought that it can be the
Firewall or
the anti-virus of the host machine...After stop the Firewall without any
improvement
I tried to close the antivirus protection and it works.
Sorry for make you to lost your time.
Thanks for your help.
Original comment by osr...@gmail.com
on 25 Sep 2008 at 8:25
Happens to all of us. I am sure you can tweak Kaspersky to allow those requests
though
Original comment by fman...@gmail.com
on 26 Sep 2008 at 6:18
[deleted comment]
Hi
I am using C#.net for youtube API
I'm getting this error like
Execution of request failed:
http://uploads.gdata.youtube.com/feeds/api/users/username/uploads
code
YouTubeRequestSettings settings = new YouTubeRequestSettings("example app", "client
ID", "developer key");
YouTubeRequest request = new YouTubeRequest(settings);
Video newVideo = new Video();
newVideo.Title = "My Test Movie";
newVideo.Tags.Add(new MediaCategory("Autos",
YouTubeNameTable.CategorySchema));
newVideo.Keywords = "cars, funny";
newVideo.Description = "My description";
newVideo.YouTubeEntry.Private = false;
newVideo.Tags.Add(new MediaCategory("mydevtag, anotherdevtag",
YouTubeNameTable.DeveloperTagSchema));
newVideo.YouTubeEntry.Location = new
Google.GData.Extensions.Location.GeoRssWhere(37, -122);
newVideo.YouTubeEntry.MediaSource = new
MediaFileSource(Server.MapPath("Check.wmv"), "video/quicktime");
Video createdVideo = request.Upload("username", newVideo);
pls help me
Original comment by doss.sel...@gmail.com
on 7 Jul 2009 at 10:37
Please post this in the youtube discussion forum and include the ResponseString
property of the exception....
Original comment by fman...@gmail.com
on 7 Jul 2009 at 10:51
Original issue reported on code.google.com by
osr...@gmail.com
on 19 Sep 2008 at 10:02