Currently I'm using this in order to get a list of videoIDs from a given channel:
This works, however the channel I want to get the videos from has a lot more than 50 Videos online. I already looked at this issue YouTube API to fetch all videos on a channel but every solution again online fetches 50 Videos max.
How can I get every video and not just 50?
maxResults
params to be greater than number of videos in your channel? and have used the upload id as channel id in request? – Naresh Kumar