0

I want to upload videos through the google API in python to save some time. When I do so, the videos are automatically locked and I get the following email:

... We’re reaching out as it’s important you know that your video has been locked as private. This is because it was uploaded to YouTube using a third-party service that hasn’t yet been through our verification process. ...

This raises two questions:

  1. I trust this 'third-party service', cause its my own. Is there no way to enable that it doesn't get blocked?
  2. When going through the verification process, I need to provide all sort of business data like business website and so on. Many YouTubers do not even have a business cause they are either not earning yet, or earn based on a freelancer status. I see why an audit is important, but I don't want to make this 'app' available for other users - it's just for myself (but I need to have an 'app' cause uploading without OAuth2 is not possible).

I read that Google engineers are monitoring the tags I provided on this question, so it would be great if I could get a statement on how a YouTuber without an official business can automate the upload process.

11
  • 1
    Have you tried marking the project as internal. I have never seen a google engineer monitor or respond to a verification question they have better things to do.
    – DaImTo
    Sep 1, 2020 at 7:29
  • 1
    I’m voting to close this question because its looking for a response from a Google engineer. Author should contact Google for official google response.
    – DaImTo
    Sep 1, 2020 at 7:30
  • Thanks for your comment. You're right, this is more a verification question that an engineering / coding one. Good point, internal should actually solve this problem - need a G suite account though, which I am not sure is possible without a business - will look into it. Sep 1, 2020 at 7:39
  • What does Gsuite have to do with Youtube API? Setting the project on developer console to internal means that you will not be using it for others.
    – DaImTo
    Sep 1, 2020 at 7:48
  • 1
    As seen on the screenshot Link it states: Because you’re not a G Suite user, you can only make your app available to external (general audience) users. Sep 1, 2020 at 7:54

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

Browse other questions tagged or ask your own question.