4
Answers

Error - The service youtube has thrown an exception. HttpStatusCode is

Photo of Ramco Ramco

Ramco Ramco

2y
759
1

Hi

  I am trying to get my Youtube Subscribers List.

Error - Message = The service youtube has thrown an exception. 
The requester is not allowed to access the requested subscriptions.



var searchRequest =yt.Search.List("snippet");
            searchRequest.ChannelId = "xyz";
            var searchResponse = searchRequest.Execute();

Thanks

Answers (4)