in src/drive.ts [12:14]
function isDriveFile(file: drive_v2.Schema$File): file is DriveFile { return notEmpty(file.id) && notEmpty(file.title) }