Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FilesUpdateOptions

import type { FilesUpdateOptions } from "https://googleapis.deno.dev/v1/drive:v3.ts";

Additional options for Drive#filesUpdate.

interface FilesUpdateOptions {
addParents?: string;
enforceSingleParent?: boolean;
includeLabels?: string;
includePermissionsForView?: string;
keepRevisionForever?: boolean;
ocrLanguage?: string;
removeParents?: string;
supportsAllDrives?: boolean;
supportsTeamDrives?: boolean;
useContentAsIndexableText?: boolean;
}

§Properties

§
addParents?: string
[src]

A comma-separated list of parent IDs to add.

§
enforceSingleParent?: boolean
[src]

Deprecated: Adding files to multiple folders is no longer supported. Use shortcuts instead.

§
includeLabels?: string
[src]

A comma-separated list of IDs of labels to include in the labelInfo part of the response.

§
includePermissionsForView?: string
[src]

Specifies which additional view's permissions to include in the response. Only 'published' is supported.

§
keepRevisionForever?: boolean
[src]

Whether to set the 'keepForever' field in the new head revision. This is only applicable to files with binary content in Google Drive. Only 200 revisions for the file can be kept forever. If the limit is reached, try deleting pinned revisions.

§
ocrLanguage?: string
[src]

A language hint for OCR processing during image import (ISO 639-1 code).

§
removeParents?: string
[src]

A comma-separated list of parent IDs to remove.

§
supportsAllDrives?: boolean
[src]

Whether the requesting application supports both My Drives and shared drives.

§
supportsTeamDrives?: boolean
[src]

Deprecated: Use supportsAllDrives instead.

§
useContentAsIndexableText?: boolean
[src]

Whether to use the uploaded content as indexable text.