YouTube アップロード ウィジェット ( https://developers.google.com/youtube/youtube_upload_widget ) を使用していますが、プライバシーを「限定公開」に設定できないようです。ただし、タイトルと説明は問題なく機能します。誰か提案はありますか?
function onApiReady(event) {
widget.setVideoTitle(job_title_var);
widget.setVideoDescription(job_description_var);
widget.setVideoPrivacy("unlisted");
}
ありがとう、アンディ。