youtube-upload icon indicating copy to clipboard operation
youtube-upload copied to clipboard

Application review

Open wolfgangam31 opened this issue 5 years ago • 3 comments

Hi,

So I'm using the script to upload videos to my YT channel, and I wanted to ask if i'm obviosly using it for internal use , i'm the only user etc... So I created Oauth as requested, everything is fine, video is up, but it's listed as "private" and I can't change it without getting YouTube approval to my application.. and it directs me to a whole form to fill out, asking for organization name, website etc...

Is that really necessary or did I do something wrong? I fill like I should have used "API-Key" and not Oauth, but I didn't see an option for that / know how to.

Thank you

wolfgangam31 avatar Nov 26 '20 18:11 wolfgangam31

Same. It looks like Google has changed their policy.

9s-l-s9 avatar Nov 28 '20 13:11 9s-l-s9

Starting a few months ago, they now require every app go through some long-winded approval process. Be prepared for them not to read anything you send them about your app. They will instead reply back with paragraphs of copy/pasted nonsense.

feacluster avatar Dec 02 '20 03:12 feacluster

Hey! I came across this same issue and understood that the only way to upload now is by using web scraping methods. Here's a working module for python: https://github.com/linouk23/youtube_uploader_selenium I also made my own for node.js: https://github.com/gladiatortoise/node-apiless-youtube-upload

Hopefully this helps!

patrr2 avatar Dec 25 '20 15:12 patrr2