Quantcast
Channel: Active questions tagged youtube-api - Stack Overflow
Viewing all articles
Browse latest Browse all 3707

I am only getting upload activities from YouTube API, rather than getting other activities e.g. like, recommendation, subscription, favourite

$
0
0

I am using the YouTube API to get the activities of the authenticated user e.g. like, subscription, etc. The API should only return my the items with snippet.type=upload

This is my request call in python:

request = youtube.activities().list(        part="snippet,contentDetails",        # channelId=channelId,        mine=True,        maxResults=25    )

https://developers.google.com/youtube/v3/docs/activities/list?authuser=2


Viewing all articles
Browse latest Browse all 3707

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>