Skip to content

Files

This branch is 2 commits ahead of youtube/api-samples:master.

dotnet

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 14, 2015
Jan 14, 2015
Sep 23, 2024
Jan 13, 2015
Jan 13, 2015
Jan 13, 2015
Nov 22, 2016
Nov 22, 2016
Jan 13, 2017
Nov 22, 2016
Nov 22, 2016
Jan 14, 2015
Jun 10, 2015
Jun 10, 2015

Samples in this directory:

Method: youtube.playlists.insert
Description: The following code sample calls the API's playlists.insert method to create a private playlist owned by the channel authorizing the request.

Method: youtube.playlistItems.list
Description: The following code sample calls the API's playlistItems.list method to retrieve a list of videos uploaded to the channel associated with the request. The code also calls the channels.list method with the mine parameter set to true to retrieve the playlist ID that identifies the channel's uploaded videos.

Method: youtube.search.list
Description: The following code sample calls the API's search.list method to retrieve search results associated with a particular keyword.

Method: youtube.videos.insert
Description: The following code sample calls the API's videos.insert method to upload a video to the channel associated with the request.