Google Drive

gd_create_comment

Add a comment to a file. The comment will be attributed to the authenticated user.

Remote node2flow/google-drive

Other tools also called gd_create_comment? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "content": {
      "type": "string",
      "description": "The comment text (plain text)"
    },
    "file_id": {
      "type": "string",
      "description": "The ID of the file to comment on"
    }
  }
}