TAdvCustomYouTube.UploadVideo doesn’t seem to give any way to change video upload to be private or unlisted, among a number of other properties that can’t be set.
TAdvCustomYouTube.UpdateVideo the same thing. Just a few properties.
There is something like 175 different properties that could be set in the JSON.
I could modify the source I guess or inherit form TAdvYouTube/TAdvCustomYouTube? And just add my own upload/update calls? Maybe that is the design in mind to begin with? If we want more, just make our own object and inherit from this and add em.
Just making sure I don’t go down the wrong rabbit hole here.