How to upload video from android app using youtube API V3?

Deadly 提交于 2020-01-25 20:26:13

问题


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.


回答1:


You can use Try using Google API Client API

The Google API Client Library for Java supports Android 1.5+



来源:https://stackoverflow.com/questions/31647483/how-to-upload-video-from-android-app-using-youtube-api-v3

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!