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