我正在使用YouTube上傳小工具(https://developers.google.com/youtube/youtube_upload_widget),但似乎無法將隱私設置爲「不公開」。標題和描述,但工作正常。有沒有人有什麼建議?YouTube上傳小工具無法設置隱私
function onApiReady(event) {
widget.setVideoTitle(job_title_var);
widget.setVideoDescription(job_description_var);
widget.setVideoPrivacy("unlisted");
}
謝謝, Andy。
我們正在研究它;如果你想更正式地跟蹤它,你能否通過https://code.google.com/p/gdata-issues/issues/entry?template=YouTube%20(Defect%20Report) –