I am using url .....
https://www.googleapis.com/youtube/v3/videos?part=snippet&chart=mostPopular&key=[API_KEY]
its giving me the mostPopular video lists
but what I am trying to do is, I'm trying to get the list of videos that I have uploaded. How to do that and Do I need OAuth 2.0 access to get that ? Thanks in advance.