LowCodeAPI
  • Comments(5)
    • POST
      Creates a comment on a file.
    • GET
      Lists a file's comments.
    • DEL
      Deletes a comment.
    • GET
      Gets a comment by ID.
    • PATCH
      Updates a comment with patch semantics.
POST
GET
DELETE
GET
PATCH
POST
https://api.lowcodeapi.com/googledrive/drive/v3/files/file_id/comments
Path Parameters 1
file_id*string

The path parameters will be sent as a URL query parameters as a part of the request.

Request Payload

The payload will be sent as a application/json as a part of the request body.

Path Parameters
file_id*string
The ID of the file
Payload
anchorstring
A region of the document represented as a JSON string. For details on defining anchor properties, refer to Manage comments and replies.
contentstring*
The plain text content of the comment. This field is used for setting the content, while htmlContent should be displayed.
quotedFileContentobject
The file content to which the comment refers, typically within the anchor region. For a text file, for example, this would be the text at the location of the comment.
Response
API response data will be shown here once the request is completed.
Google Drive