FilesDownloadOptions
import type { FilesDownloadOptions } from "https://googleapis.deno.dev/v1/drive:v3.ts";
Additional options for Drive#filesDownload.
interface FilesDownloadOptions {
mimeType?: string;
revisionId?: string;
}§Properties
§
mimeType?: string
[src]Optional. The MIME type the file should be downloaded as. This field can only be set when downloading Google Workspace documents. For a list of supported MIME types, see Export MIME types for Google Workspace documents. If not set, a Google Workspace document is downloaded with a default MIME type. The default MIME type might change in the future.