Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
REST Resource: whitelists
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
資源:許可清單
內容擁有者可藉由 whitelist 資源,表明不希望對上傳到特定頻道的任何影片提出版權聲明 (即使該頻道不是內容擁有者所擁有或管理)。whitelist 資源代表內容擁有者的許可頻道。您不是這些頻道的擁有者或管理員,但是想將這些頻道列入許可清單,以避免系統根據您的資產,針對上傳到這些頻道的影片提出著作權聲明。
| JSON 表示法 |
{
"kind": string,
"title": string,
"id": string
} |
| 欄位 |
kind |
string
API 資源的類型。對於 whitelist 資源,這個值為 youtubePartner#whitelist。
|
title |
string
許可清單中的 YouTube 頻道標題。
|
id |
string
每個許可頻道的專屬 YouTube 頻道 ID。
|
方法 |
|
|
針對內容擁有者移除已加入許可清單的頻道。 |
|
|
使用 ID 擷取已加入許可清單的特定頻道。 |
|
|
將 YouTube 頻道加入內容擁有者許可清單。 |
|
|
針對內容擁有者擷取已加入許可清單的頻道清單。 |
保留所有權利。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-08-21 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-08-21 (世界標準時間)。"],[],["A `whitelist` resource represents a channel exempted from content owner claims. Key actions include: adding a channel to the whitelist (`insert`), removing a channel (`delete`), retrieving a specific channel (`get`), and listing all whitelisted channels (`list`). The `whitelist` resource is identified by `kind` which is `youtubePartner#whitelist`, a unique channel `id`, and `title`. The whitelist ensures content owner assets do not claim videos on specified channels not managed by the content owner.\n"]]