I have a requirement of uploading a video to YouTube from an android app. i want create an app, which I can upload videos to YouTube, but the problem is that devices that don't have google play service available. So I want to upload video using YouTube API.
1- I have gone through and call this API https://developers.google.com/youtube/v3/guides/auth/installed-apps but unable to get oAuth from here.
2- How to Upload video from youtube without google play service is it possible?
I have also tried android youtube upload video with static username and password but google have deprecated this API. How I can implement in my android device using YouTube API v3. Any help is appreciable.thanks.