获取特定的子引用。
HTTP 请求
GET https://www.googleapis.com/drive/v2/files/{folderId}/children/{childId}
网址采用 gRPC 转码语法。
路径参数
参数 | |
---|---|
folderId |
文件夹的 ID。 |
childId |
子级的 ID。 |
请求正文
请求正文必须为空。
响应正文
如果成功,则响应正文包含一个 ChildReference
实例。
授权范围
需要以下 OAuth 范围之一:
https://www.googleapis.com/auth/docs
https://www.googleapis.com/auth/drive
https://www.googleapis.com/auth/drive.appdata
https://www.googleapis.com/auth/drive.file
https://www.googleapis.com/auth/drive.meet.readonly
https://www.googleapis.com/auth/drive.metadata
https://www.googleapis.com/auth/drive.metadata.readonly
https://www.googleapis.com/auth/drive.photos.readonly
https://www.googleapis.com/auth/drive.readonly
部分范围受到限制,需要经过安全评估才能让应用使用。有关详情,请参阅授权指南。