Upload videos to a single YouTube channel

I am building an app and I need my users to be able to upload videos to my YouTube channel direct from my app. Is there any possibility that can be done? And how?

Check on documentation if have one API call to proceed that.

1 Like

All videos uploaded via the videos.insert endpoint from unverified API projects created after 28 July 2020 will be restricted to private viewing mode. To lift this restriction, each API project must undergo an audit to verify compliance

POST https://www.googleapis.com/upload/youtube/v3/videos

https://developers.google.com/youtube/v3/docs/videos/insert

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.