Reputation: 268
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
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