Method: properties.list

列出文件的属性。

HTTP 请求

GET https://www.googleapis.com/drive/v2/files/{fileId}/properties

网址采用 gRPC 转码语法。

路径参数

参数
fileId

string

文件的 ID。

请求正文

请求正文必须为空。

响应正文

应用公共或私有属性和键值对的集合。

如果成功,响应正文将包含结构如下的数据:

JSON 表示法
{
  "kind": string,
  "etag": string,
  "selfLink": string,
  "items": [
    {
      object (Property)
    }
  ]
}
字段
kind

string

始终为 drive#propertyList

etag

string

列表的 ETag。

items[]

object (Property)

属性列表。

授权范围

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

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