资源:关于
包含用户相关信息和设置的项。
JSON 表示法 |
---|
{
"importFormats": [
{
"source": string,
"targets": [
string
]
}
],
"exportFormats": [
{
"source": string,
"targets": [
string
]
}
],
"additionalRoleInfo": [
{
"type": string,
"roleSets": [
{
"additionalRoles": [
string
],
"primaryRole": string
}
]
}
],
"features": [
{
"featureName": string,
"featureRate": number
}
],
"maxUploadSizes": [
{
"type": string,
"size": string
}
],
"folderColorPalette": [
string
],
"driveThemes": [
{
"id": string,
"backgroundImageLink": string,
"colorRgb": string
}
],
"quotaBytesByService": [
{
"serviceName": string,
"bytesUsed": string
}
],
"teamDriveThemes": [
{
"id": string,
"backgroundImageLink": string,
"colorRgb": string
}
],
"name": string,
"quotaBytesTotal": string,
"quotaBytesUsed": string,
"quotaBytesUsedInTrash": string,
"largestChangeId": string,
"remainingChangeIds": string,
"rootFolderId": string,
"domainSharingPolicy": string,
"kind": string,
"permissionId": string,
"isCurrentAppInstalled": boolean,
"quotaBytesUsedAggregate": string,
"user": {
object ( |
字段 | |
---|---|
importFormats[] |
允许的导入格式。 |
importFormats[].source |
要转换的导入文件的内容类型。 |
importFormats[].targets[] |
要转换到的可能内容类型。 |
exportFormats[] |
允许的导出格式。 |
exportFormats[].source |
要转换的源内容类型。 |
exportFormats[].targets[] |
要转换到的可能内容类型。 |
additionalRoleInfo[] |
有关每种文件类型支持的其他角色的信息。最具体的类型优先。 |
additionalRoleInfo[].type |
相应附加角色信息所适用的内容类型。 |
additionalRoleInfo[].roleSets[] |
每个主要角色支持的附加角色。 |
additionalRoleInfo[].roleSets[].primaryRole |
主要权限角色。 |
additionalRoleInfo[].roleSets[].additionalRoles[] |
支持与主要角色搭配使用的其他角色。 |
features[] |
此账号已启用的其他功能列表。 |
features[].featureName |
功能的名称。 |
features[].featureRate |
此功能的请求限制速率(以每秒查询次数为单位)。 |
maxUploadSizes[] |
每种文件类型的最大上传大小的列表。最具体的类型优先。 |
maxUploadSizes[].type |
文件类型。 |
maxUploadSizes[].size |
|