0
votes

Youtube's api ToS state that we must allow a user to upload a video to their own account or to our youtube application account. What would be the proper process for doing this? The code snippets refer to using one's own account (e.g. api key and secret key). Will these work for uploading to the user's account?

1

1 Answers

0
votes

Well, if you want users to upload video on your channel, what they need is your OAuth token. This SO question also have an information about your problem.

This documentation will explain you on how to obtain an OAuth access token. It contains sample code that you can copy/follow.

For more information, you can check these tutorials: