I'm trying to use the YouTube Data API's Videos.insert
endpoint using an internal OAuth consent screen since it's just for a console application I'm writing to combine and upload videos I have edited.
Every time I do this the video gets locked as private with an email saying:
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.
It was my understanding that using an internal consent screen for my application would bypass this issue and the need for verification. Can someone explain to me what "internal" actually means here and how I would use the YouTube API correctly for my needs?
Also the option to verify the application is removed when you select "Internal", yet the issue still persists