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
§
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.