roman
roman

Reputation: 268

Which Youtube API scope should I use in order to access my own video's tags in Youtube API v3

I try to retrieve videos' tags using Python API client for Youtube API v3, and I receive snippet without .tags in it. API scope seems to be the reason for me.

Upvotes: 2

Views: 680

Answers (1)

Ibrahim Ulukaya
Ibrahim Ulukaya

Reputation: 12877

You don't need client library for Python. I was using "https://www.googleapis.com/auth/youtube"

Check YouTube API Sample for this.

Upvotes: 2

Related Questions