How to Upload videos to my channel on you tube fro

2019-08-11 00:56发布

问题:

Want to upload videos to my channel on youtube directly from android and iOS using youtube API v3.

I know "client login" of Youtube API v2 is now deprecated and cannot use any more now, but is there any method in V3 API that we can use now to achieve the video upload to my channel on youtube without user interaction or without user prompt to ask username or password?

回答1:

Letting other people upload random videos to your channel is not recommended. That's why OAuth2 only lets them to upload to their own channel. You can use YouTube Direct Lite for people to upload to their channel, but you can still collect those videos into your playlist.

https://code.google.com/p/youtube-direct-lite/

https://github.com/youtube/yt-direct-lite-iOS

https://github.com/youtube/yt-direct-lite-android



标签: youtube-api