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