Skip to content

Commit

Permalink
Add example for upload_video.go to README
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyDiamondstein committed Aug 11, 2017
1 parent 8f1af18 commit 788ebac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ that require authorization also require the `oauth2.go` file to be included in t
Example usages:

```
  go run search\_by\_keyword.go errors.go
go run my\_uploads.go errors.go oauth2.go
  go run search_by_keyword.go errors.go
go run my_uploads.go errors.go oauth2.go
go run upload_video.go errors.go oauth2.go --filename="sample_video.flv" --title="Test video" --keywords="golang test"
```

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

0 comments on commit 788ebac

Please sign in to comment.