jonnekaunisto / simple-youtube-api

Object-oriented Wrapper for Youtube API in Python
https://simple-youtube-api.rtfd.io
Other
74 stars 16 forks source link

Video getting locked after upload #22

Open flazouh opened 4 years ago

flazouh commented 4 years ago

My video is getting locked and youtube tells me to make some kind of appeal when uploading via python, do you know why ?

jonnekaunisto commented 4 years ago

Are you trying upload a video to be public?

If you are then YouTube now requires you to go through a compliance audit before being able to do that. https://support.google.com/youtube/contact/yt_api_form

You should still be able to upload the video as private and make it public manually.

flazouh commented 4 years ago

I don't have an organisation nor an organization website, should I put something fictionnal there ? It's for my use only, I just need to upload some videos through python every day

jonnekaunisto commented 4 years ago

I have tried to do that myself, but haven't gotten them to accept my request. Maybe try using your name for the organization or the name of your project?

davedgd commented 3 years ago

Has anyone gotten it to work in terms of uploading as private and manually flipping to public? I tried doing this, and it immediately re-locked the video as private.

flazouh commented 3 years ago

Has anyone gotten it to work in terms of uploading as private and manually flipping to public? I tried doing this, and it immediately re-locked the video as private.

No sadly, and I find it so weird that there is no option for private use where only you can upload to your channel. They assume that people will use your "app" or something

nassimelhormi commented 3 years ago

Has anyone gotten it to work in terms of uploading as private and manually flipping to public? I tried doing this, and it immediately re-locked the video as private.

Same issue here. Did you find why by any chance ?

davedgd commented 3 years ago

Has anyone gotten it to work in terms of uploading as private and manually flipping to public? I tried doing this, and it immediately re-locked the video as private.

Same issue here. Did you find why by any chance ?

It seems YouTube simply decided to change their policy to make it more restrictive. IIRC, uploading and manually making a video public worked just fine back in August.

journeytosilius commented 1 year ago

so you basically can't use this to upload your own videos anymore right ? Wow Google is getting super nasty with the use of their API's