in src/drive.ts [55:57]
export function fetchFilePermissions(fileId: string, auth: JWT) { return drive.permissions.list({ auth, fileId }) }