googleDrive.resolveComment resolve a 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.
Resolve a Drive comment thread.
googleDrive.resolveComment resolve a Drive comment thread.
import { automation, onDashboardRun } from "automate.ax"
import { googleDrive } from "automate.ax/google-drive"
export default automation("Resolve comment", () => {
onDashboardRun({ title: "Resolve comment" })
googleDrive.resolveComment({ 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.