Skip to main content

replies

Overview

Namereplies
TypeResource
Idgoogleworkspace.drive.replies

Fields

NameDatatypeDescription
idstringThe ID of the reply.
authorobjectInformation about a Drive user.
createdTimestringThe time at which the reply was created (RFC 3339 date-time).
deletedbooleanWhether the reply has been deleted. A deleted reply has no content.
htmlContentstringThe content of the reply with HTML formatting.
modifiedTimestringThe last time the reply was modified (RFC 3339 date-time).
kindstringIdentifies what kind of resource this is. Value: the fixed string "drive#reply".
contentstringThe plain text content of the reply. This field is used for setting the content, while htmlContent should be displayed. This is required on creates if no action is specified.
actionstringThe action the reply performed to the parent comment. Valid values are:
- resolve
- reopen

Methods

NameAccessible byRequired ParamsDescription
getSELECTcommentId, fileId, replyIdGets a reply by ID.
listSELECTcommentId, fileIdLists a comment's replies.
createINSERTcommentId, fileIdCreates a reply to a comment.
deleteDELETEcommentId, fileId, replyIdDeletes a reply.
updateEXECcommentId, fileId, replyIdUpdates a reply with patch semantics.