We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b1fea3 commit c8722edCopy full SHA for c8722ed
1 file changed
dotnet/UploadVideo.cs
@@ -18,7 +18,7 @@ namespace Google.Apis.YouTube.Samples
18
/// <summary>
19
/// YouTube Data API v3 sample: upload a video.
20
/// Relies on the Google APIs Client Library for .NET, v1.7.0 or higher.
21
- /// See https://code.google.com/p/google-api-dotnet-client/wiki/GettingStarted
+ /// See https://developers.google.com/api-client-library/dotnet/get_started
22
/// </summary>
23
internal class UploadVideo
24
{
@@ -104,4 +104,4 @@ void videosInsertRequest_ResponseReceived(Video video)
104
Console.WriteLine("Video id '{0}' was successfully uploaded.", video.Id);
105
}
106
107
-}
+}
0 commit comments