googleDrive.getPermission read one Drive permission.
Example
Inputs
ProvidefileId and permissionId. A second argument with account selects a Google Account.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Read one Drive permission.
googleDrive.getPermission read one Drive permission.
import { automation, onDashboardRun } from "automate.ax"
import { googleDrive } from "automate.ax/google-drive"
export default automation("Get permission", () => {
onDashboardRun({ title: "Get permission" })
googleDrive.getPermission({
fileId: "file-id",
permissionId: "permission-id",
})
})
fileId and permissionId. A second argument with account selects a Google Account.