Youtube: How to get all video IDs to a Channel / User? [V3] -
i'm kinda lost in youtube data api v3. can guys give me hints on how video ids given channel / user?
thanks in advance.
check documentation search.list.
videos channel
get https://www.googleapis.com/youtube/v3/search?part=id&channelid=uciij33el2eakaxbzvelc2bq&type=video&key={your_api_key}
if want videos authenticated user. doesn't appear can search videos user not authenticated . cant send users id example.
get https://www.googleapis.com/youtube/v3/search?part=id&formine=true&type=video&key={your_api_key}
Comments
Post a Comment