0

I am trying to upload a video to youtube via a Python script. I had this working on my primary account but decided to set it up on a dedicated google account. Now every time I upload a video it goes to private due to policy violation through uploading via an unauthorised third party.

I have set up OAuth authentication and have my client_secrets.json file.

I am using the code here: https://developers.google.com/youtube/v3/guides/uploading_a_video

I have requested an OAuth content page review but i dont know if that's required.

Any suggestions?

David
  • 11
  • 2
  • Have you completed the step - Register your application with Google? https://developers.google.com/youtube/registering_an_application link for the doc. – Kuldeep Oct 23 '20 at 12:26
  • Hi, thank you for your reply. Yes I have done that but it is asking me for a homepage and privacy policy. I don't have either of those - it's just a python script that's sitting on my raspberry pi! – David Oct 23 '20 at 13:23
  • You can use online privacy policy generators. just google them... i think that will solve your issue. – Kuldeep Oct 23 '20 at 13:43
  • Hi, yes I think it does. I've submitted everything I think I need to so I'll wait to see what Google come back with. Thanks for your help. – David Oct 23 '20 at 14:52
  • Any update on if YouTube verified your app? I too am running something off a raspberry pi. – Faraz H Nov 20 '20 at 03:24

0 Answers0