ajmal744 / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
Apache License 2.0
0 stars 0 forks source link

Error 503-Back End Error,Service Unavailable while Unsert WaterMark request using youtube Data API #517

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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