Skip to content
Advertisement

Uploading videos to a specific PREDETERMINED account with YouTube API v3

I have a website on which clients will be uploading videos. The thing is – I want those videos to be uploaded to OUR channel, not users’ channels. I don’t see how I could make it work using YouTube API v3.

Every time a person wants to upload something using the access token I provided he has to input his own credentials. He can’t simply upload anything directly to OUR channel.

Is there a way to work that around?

Advertisement

Answer

Short answer is: You should not ask your users to upload into your account.

But please read further:

https://stackoverflow.com/a/12626209/1973552

https://stackoverflow.com/a/15258781/1973552

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement