provider comments PATCH /files/{fileId}/comments/{commentId}
@utdk/google/drive /files/{fileId}/comments/{commentId}
comments.update
Updates a comment with patch semantics.
$.xgafv query
V1 error format.
enum: 1, 2
access_token query
OAuth access token.
string
alt query
Data format for response.
enum: json, media, proto
callback query
JSONP
string
fields query
Selector specifying which fields to include in a partial response.
string
key query
API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
string
oauth_token query
OAuth 2.0 token for the current user.
string
prettyPrint query
Returns response with indentations and line breaks.
boolean
quotaUser query
Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
string
upload_protocol query
Upload protocol for media (e.g. "raw", "multipart").
string
uploadType query
Legacy upload protocol for media (e.g. "media", "multipart").
string
fileId path required
The ID of the file.
string
commentId path required
The ID of the comment.
string

Try it

Authentication
Configure credentials for Google Drive API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

commentsUpdate
PATCH/files/{fileId}/comments/{commentId}
Updates a comment with patch semantics.

Parameters

required

The ID of the file.

required

The ID of the comment.

V1 error format.

OAuth access token.

Data format for response.

JSONP

Selector specifying which fields to include in a partial response.

API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.

OAuth 2.0 token for the current user.

Returns response with indentations and line breaks.

Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.

Upload protocol for media (e.g. "raw", "multipart").

Legacy upload protocol for media (e.g. "media", "multipart").

Input

A region of the document represented as a JSON string. For details on defining anchor properties, refer to [Manage comments and replies](https://developers.google.com/drive/api/v3/manage-comments).

Information about a Drive user.

The plain text content of the comment. This field is used for setting the content, while `htmlContent` should be displayed.

The time at which the comment was created (RFC 3339 date-time).

Output only. Whether the comment has been deleted. A deleted comment has no content.

Output only. The content of the comment with HTML formatting.

Output only. The ID of the comment.

Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#comment"`.

The last time the comment or any of its replies was modified (RFC 3339 date-time).

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.

Output only. The full list of replies to the comment in chronological order.

Output only. Whether the comment has been resolved by one of its replies.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import google_drive from '@utdk/google/drive';

await google_drive.commentsUpdate({
  "kind": "drive#comment"
})