REST Resource: children
資源:ChildReference
對資料夾子項的參照。
部分資源方法 (例如 children.get
) 需要 childId
。使用 children.list
方法擷取子項 ID。
JSON 表示法 |
{
"id": string,
"selfLink": string,
"kind": string,
"childLink": string
} |
欄位 |
id |
string
子發布商的 ID。
|
selfLink |
string
僅供輸出。返回這個參考檔案的連結。
|
kind |
string
僅供輸出。一律為 drive#childReference 。
|
childLink |
string
僅供輸出。孩子的連結。
|
方法 |
|
從資料夾中移除子項目。 |
|
取得特定子項參照。 |
|
在資料夾中插入檔案。 |
|
列出資料夾的子項。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-09-04 (世界標準時間)。
[null,null,["上次更新時間:2024-09-04 (世界標準時間)。"],[[["`ChildReference` resource allows referencing and managing a folder's children within Google Drive."],["Methods like `children.get` require `childId`, retrievable using `children.list`, to interact with specific children."],["`ChildReference` includes `id`, `selfLink`, `kind`, and `childLink` to represent and access a child resource."],["Several methods like `delete`, `get`, `insert`, and `list` enable manipulation and retrieval of children within folders."]]],[]]