FilesCreateOptions
import type { FilesCreateOptions } from "https://googleapis.deno.dev/v1/drive:v3.ts";
Additional options for Drive#filesCreate.
§Properties
Deprecated: Creating files in multiple folders is no longer supported.
Whether to ignore the domain's default visibility settings for the created file. Domain administrators can choose to make all uploaded files visible to the domain by default; this parameter bypasses that behavior for the request. Permissions are still inherited from parent folders.
A comma-separated list of IDs of labels to include in the labelInfo
part
of the response.
Specifies which additional view's permissions to include in the response.
Only published
is supported.
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.