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?