A while back I wrote a simple script to upload a single approx. 3 min video each day to YouTube using the API. The videos are uploaded as unlisted to my channel and contain some diagnostic information for a science project. This worked fine for several years.
During the Covid lockdown we stopped producing the videos. As the upload activity stopped google removed my quota. Today I made a new application on the google dashboard to resume operations.
I refreshed all the OAuth information and my script is able to upload the videos again. However, now when they upload, they appear as privacy locked and are therefore not viewable to anyone with the link. See the image below from the YouTube studio.
https://i.stack.imgur.com/REsDe.jpg
The code I am using to do the upload can be found here:
https://developers.google.com/youtube/v3/guides/uploading_a_video
.
The restrictions just say terms and policies and there is no further information to tell me what might be wrong. Has anyone had a similar issue? Any advice would be much appreciated. Thanks.