Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DriveDestination

import type { DriveDestination } from "https://googleapis.deno.dev/v1/meet:v2.ts";

Export location where a recording file is saved in Google Drive.

interface DriveDestination {
readonly exportUri?: string;
readonly file?: string;
}

§Properties

§
readonly exportUri?: string
[src]

Output only. Link used to play back the recording file in the browser. For example, https://drive.google.com/file/d/{$fileId}/view.

§
readonly file?: string
[src]

Output only. The fileId for the underlying MP4 file. For example, "1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP". Use $ GET https://www.googleapis.com/drive/v3/files/{$fileId}?alt=media to download the blob. For more information, see https://developers.google.com/drive/api/v3/reference/files/get.