Interface Schema$About

Information about the user, the user's Drive, and system capabilities.

Hierarchy

  • Schema$About

Properties

appInstalled?: boolean

Whether the user has installed the requesting app.

canCreateDrives?: boolean

Whether the user can create shared drives.

canCreateTeamDrives?: boolean

Deprecated - use canCreateDrives instead.

driveThemes?: {
    backgroundImageLink?: string;
    colorRgb?: string;
    id?: string;
}[]

A list of themes that are supported for shared drives.

exportFormats?: {
    [key: string]: string[];
}

A map of source MIME type to possible targets for all supported exports.

Type declaration

  • [key: string]: string[]
folderColorPalette?: string[]

The currently supported folder colors as RGB hex strings.

importFormats?: {
    [key: string]: string[];
}

A map of source MIME type to possible targets for all supported imports.

Type declaration

  • [key: string]: string[]
kind?: string

Identifies what kind of resource this is. Value: the fixed string "drive#about".

maxImportSizes?: {
    [key: string]: string;
}

A map of maximum import sizes by MIME type, in bytes.

Type declaration

  • [key: string]: string
maxUploadSize?: string

The maximum upload size in bytes.

storageQuota?: {
    limit?: string;
    usage?: string;
    usageInDrive?: string;
    usageInDriveTrash?: string;
}

The user's storage quota limits and usage. All fields are measured in bytes.

Type declaration

  • Optional limit?: string
  • Optional usage?: string
  • Optional usageInDrive?: string
  • Optional usageInDriveTrash?: string
teamDriveThemes?: {
    backgroundImageLink?: string;
    colorRgb?: string;
    id?: string;
}[]

Deprecated - use driveThemes instead.

The authenticated user.

Generated using TypeDoc