DownloadRestriction
import type { DownloadRestriction } from "https://googleapis.deno.dev/v1/drive:v3.ts";
A restriction for copy and download of the file.
interface DownloadRestriction {
restrictedForReaders?: boolean;
restrictedForWriters?: boolean;
}