I am developing a application where i required to collect videos of users, i want them to upload videos to my youtube channel without giving them access, i have checked data api documentation for javascript and php, i used both but i found that all examples are required oauth 2.0 auth and videos only uploaded to person that is logging with their credentials.
is there anyway i can provide them functionality to upload video in my youtube channel using google javascript api ?
i have tried many sample from youtube data api documentation but i have not found any sample that user can upload video in my youtube channel, i have authorised my application to manage my channel but i didnt found documentation that without passing access of token how can user upload video to my channel