Method: parents.insert

为文件添加父文件夹。

HTTP 请求

POST https://www.googleapis.com/drive/v2/files/{fileId}/parents

网址采用 gRPC 转码语法。

路径参数

参数
fileId

string

文件的 ID。

查询参数

参数
enforceSingleParent
(deprecated)

boolean

已弃用:不再支持将文件添加到多个文件夹。请改用 shortcuts

supportsAllDrives

boolean

请求访问权限的应用是否同时支持“我的云端硬盘”和共享云端硬盘。

supportsTeamDrives
(deprecated)

boolean

已弃用:请改用 supportsAllDrives

请求正文

请求正文包含一个 ParentReference 实例。

响应正文

如果成功,响应正文将包含一个新创建的 ParentReference 实例。

授权范围

需要以下 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

某些镜重受限,您的应用需要接受安全评估才能使用它们。如需了解详情,请参阅授权指南