Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 788ebac

Browse files
Add example for upload_video.go to README
1 parent 8f1af18 commit 788ebac

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

go/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ that require authorization also require the `oauth2.go` file to be included in t
3232
Example usages:
3333

3434
```
35-
  go run search\_by\_keyword.go errors.go
36-
go run my\_uploads.go errors.go oauth2.go
35+
  go run search_by_keyword.go errors.go
36+
go run my_uploads.go errors.go oauth2.go
37+
go run upload_video.go errors.go oauth2.go --filename="sample_video.flv" --title="Test video" --keywords="golang test"
3738
```
3839

3940
More information about the YouTube APIs can be found at https://developers.google.com/youtube.

0 commit comments

Comments
 (0)