googleDrive.getSharedDrive read metadata for one shared drive.
Example
Inputs
ProvidedriveId. 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 metadata for one shared drive.
googleDrive.getSharedDrive read metadata for one shared drive.
import { automation, onDashboardRun } from "automate.ax"
import { googleDrive } from "automate.ax/google-drive"
export default automation("Get shared drive", () => {
onDashboardRun({ title: "Get shared drive" })
googleDrive.getSharedDrive({ driveId: "drive-id" })
})
driveId. A second argument with account selects a Google Account.