What steps will reproduce the problem?
1.OAUthentication
2.unset watermark request
3.
What is the expected output? What do you see instead?
unset watermark is expected but it gives service unavailable error
What version of the product are you using?youtube data api
What is your operating system?Windows 7
What is your IDE?VS2012
What is the .NET framework version?4.0
Please provide any additional information below.
i have done below mentioned code for unset watermark .but it is responding
backend error or service not available ..
please give me suggestion..
var unsetrequest = youtubeService.Watermarks.Unset("UCyAn2aVZWNAugdlckOJKG5A");
// searchListRequest.Q = txtSearchKeyword.Text;
// searchListRequest.MaxResults = 50;
// Call the search.list method to retrieve results matching the specified query term.
var searchListResponse = unsetrequest.Execute();
Original issue reported on code.google.com by rajpara....@gmail.com on 6 Dec 2014 at 4:57
Original issue reported on code.google.com by
rajpara....@gmail.com
on 6 Dec 2014 at 4:57