Method: files.untrash

从回收站中恢复文件。目前经过身份验证的用户必须是相应文件的所有者,或者必须至少是共享云端硬盘文件的父级fileOrganizer

HTTP 请求

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

网址采用 gRPC 转码语法。

路径参数

参数
fileId

string

要移出回收站的文件的 ID。

查询参数

参数
supportsAllDrives

boolean

发出请求的应用是否同时支持“我的云端硬盘”和共享云端硬盘。

supportsTeamDrives
(deprecated)

boolean

已废弃:请改用 supportsAllDrives

includePermissionsForView

string

指定要包含在响应中的其他视图权限。仅支持 published

includeLabels

string

以英文逗号分隔的 labelInfo 部分所含标签的 ID 列表。

请求正文

请求正文必须为空。

响应正文

如果成功,则响应正文包含一个 File 实例。

授权范围

需要以下 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.apps.readonly
  • https://www.googleapis.com/auth/drive.file

某些范围受到限制,您的应用必须接受安全评估才能使用这些范围。有关详情,请参阅授权指南