I get a 500 error when I add 'madeForKids' parameter to 'youtube.liveBroadcasts.insert' API
问题 I have one question about how to use 'madeForKids' in 'youtube.liveBroadcasts.insert' API. When I don't use this parameter, the user interface of youtube will pop up a window to let me choose wether it is made for kids. I don't want it to show this window. I want to set this value with API. But when I added this parameter, it will always response a 500 error. My codes is based on JS as follows: this.youtube.liveBroadcasts.insert( { auth: this.oauth2Client, part: "snippet,contentDetails,status