googleDrive.hideSharedDrive hide a shared drive from the connected user’s default view.
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.
Hide a shared drive from the connected user’s default view.
googleDrive.hideSharedDrive hide a shared drive from the connected user’s default view.
import { automation, onDashboardRun } from "automate.ax"
import { googleDrive } from "automate.ax/google-drive"
export default automation("Hide shared drive", () => {
onDashboardRun({ title: "Hide shared drive" })
googleDrive.hideSharedDrive({ driveId: "drive-id" })
})
driveId. A second argument with account selects a Google Account.