获取有关当前用户的信息以及 Drive API 设置
HTTP 请求
GET https://www.googleapis.com/drive/v2/about
网址采用 gRPC 转码语法。
查询参数
参数 | |
---|---|
includeSubscribed |
是否统计“我的云端硬盘”层次结构之外的更改。如果此政策设为 false, |
maxChangeIdCount |
要统计的剩余更改 ID 数量上限 |
startChangeId |
更改 ID,以开始计算剩余更改 ID 的数量 |
请求正文
请求正文必须为空。
响应正文
如果成功,则响应正文包含一个 About
实例。
授权范围
需要以下 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
某些范围受到限制,您的应用必须接受安全评估才能使用这些范围。有关详情,请参阅授权指南。