8
Answers

List of own Videos

Photo of Ramco Ramco

Ramco Ramco

1y
457
1

Hi

   I want to get list of my own videos (Long/Short) .It is showing only 50. Below is the code

var client = new RestClient("googleapis.com/youtube/v3");
var request = new RestRequest("search", Method.GET);
request.AddParameter("part", "snippet");
request.AddParameter("type", "video");
request.AddParameter("maxResults", 400);
request.AddParameter("channelId", "UCg3KHFFGngG-m_nNLKVw");

request.AddParameter("key", "AINHKHJHHGFG8");

Thanks

Answers (8)