FilesGenerateCseTokenOptions
import type { FilesGenerateCseTokenOptions } from "https://googleapis.deno.dev/v1/drive:v3.ts";Additional options for Drive#filesGenerateCseToken.
interface FilesGenerateCseTokenOptions {
fileId?: string;
parent?: string;
}§Properties
§
fileId?: string
[src]The ID of the file for which the JWT should be generated. If not provided, an id will be generated.
§
parent?: string
[src]The ID of the expected parent of the file. Used when generating a JWT for a new CSE file. If specified, the parent will be fetched, and if the parent is a shared drive item, the shared drive's policy will be used to determine the KACLS that should be used. It is invalid to specify both file_id and parent in a single request.