File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## Samples in this directory:
22
3- ### [ Upload a video ] ( /youtube/api-samples/blob/master/dotnet/UploadVideo .cs )
3+ ### [ Create a playlist ] ( /youtube/api-samples/blob/master/dotnet/PlaylistUpdates .cs )
44
5- Method: youtube.videos .insert<br >
6- Description: The following code sample calls the API's <code >videos .insert</code > method to upload a video to the channel
7- associated with the request.
5+ Method: youtube.playlists .insert<br >
6+ Description: The following code sample calls the API's <code >playlists .insert</code > method to create a private playlist
7+ owned by the channel authorizing the request.
88
99### [ Retrieve my uploads] ( /youtube/api-samples/blob/master/dotnet/MyUploads.cs )
1010
@@ -20,8 +20,8 @@ Method: youtube.search.list<br>
2020Description: The following code sample calls the API's <code >search.list</code > method to retrieve search results
2121associated with a particular keyword.
2222
23- ### [ Create a playlist ] ( /youtube/api-samples/blob/master/dotnet/PlaylistUpdates .cs )
23+ ### [ Upload a video ] ( /youtube/api-samples/blob/master/dotnet/UploadVideo .cs )
2424
25- Method: youtube.playlists .insert<br >
26- Description: The following code sample calls the API's <code >playlists .insert</code > method to create a private playlist
27- owned by the channel authorizing the request.
25+ Method: youtube.videos .insert<br >
26+ Description: The following code sample calls the API's <code >videos .insert</code > method to upload a video to the channel
27+ associated with the request.
You can’t perform that action at this time.
0 commit comments