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

Popular posts from this blog

python - Setting ctypes.Structure default values -

java - why am i getting a "cannot resolve method" error on getApplication? -

C# Apple Bonjour - how to monitor service records within Windows -