v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-136454227.5 KB
replies

Creates a reply to a comment. For more information, see Manage comments and replies.

post/files/{fileId}/comments/{commentId}/replies

Path parameters

fileIdstring required

The ID of the file.

commentIdstring required

The ID of the comment.

Request body

contentstring

The plain text content of the reply. This field is used for setting the content, while htmlContent should be displayed. This field is required by the create method if no action value is specified.

mentionedEmailAddressesstring[]

Output only. A list of email addresses for users mentioned in this comment. If no users are mentioned, the list is empty.

deletedboolean

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

assigneeEmailAddressstring

Output only. The email address of the user assigned to this comment. If no user is assigned, the field is unset.

actionstring

The action the reply performed to the parent comment. The supported values are: * resolve * reopen

createdTimestring date-time

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

kindstring

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

htmlContentstring

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

idstring

Output only. The ID of the reply.

modifiedTimestring date-time

The last time the reply was modified (RFC 3339 date-time).

Response

Successful response