I've largely copied the Python code from Google/Youtube's example here: https://developers.google.com/youtube/v3/guides/uploading_a_video
to upload videos to my channel. I tested with one video and it uploaded successfully but was forced in to "private" visibility due to Youtube being unable to run the copyright checks they now run on video upload. This is a custom video I made with no music so I'm positive there is not copyright issue. The error specifically noted that the copyright check wasn't run and that was the issue.
After googling a bit I have been unable to find a way to upload a video through the API and have these checks run. Does anyone know of a way to do this?
I'd also settle for being able to run the check from the Youtube Studio website after the video has been uploaded as I have not found a way to do that either.
Thanks to anyone who has some ideas!