This article shows how to get all uploaded videos from a particular channel in version 2, but I couldn\'t figure out how to do it with version 3.
Is it possible? Mos
Here, you will find all Data API v3 references.
It takes few steps;
1) You list the specific channel that upload is done.
2) You resolve uploads playlist.
3) You can iterate inside this playlist through playlist items for each video.
Here's an Java example. You can find other language examples inside this project as well.