googleDrive.reopenComment reopen a resolved Drive comment thread.
Example
Inputs
ProvidefileId and commentId. Google records the state change as a special reply. 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.
Reopen a resolved Drive comment thread.
googleDrive.reopenComment reopen a resolved Drive comment thread.
import { automation, onDashboardRun } from "automate.ax"
import { googleDrive } from "automate.ax/google-drive"
export default automation("Reopen comment", () => {
onDashboardRun({ title: "Reopen comment" })
googleDrive.reopenComment({ fileId: "file-id", commentId: "comment-id" })
})
fileId and commentId. Google records the state change as a special reply. A second argument with account selects a Google Account.