FilesGenerateIdsOptions
import type { FilesGenerateIdsOptions } from "https://googleapis.deno.dev/v1/drive:v3.ts";Additional options for Drive#filesGenerateIds.
interface FilesGenerateIdsOptions {
count?: number;
space?: string;
type?: string;
}§Properties
§
space?: string
[src]The space in which the IDs can be used to create files. Supported values
are drive and appDataFolder. (Default: drive.) For more information,
see File
organization.
§
type?: string
[src]The type of items which the IDs can be used for. Supported values are
files and shortcuts. Note that shortcuts are only supported in the
drive space. (Default: files.) For more information, see File
organization.