Create a reply to a comment

POST {{baseUrl}}/files/:fileId/comments/:commentId/replies?key={{key}}&oauth_token={{oauthToken}}

Creates a reply to a comment.

Request Params

KeyDatatypeRequiredDescription
altstringData format for the response.
fieldsstringSelector specifying which fields to include in a partial response.
keystringAPI 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_tokenstringOAuth 2.0 token for the current user.
prettyPrintstringReturns response with indentations and line breaks.
quotaUserstringAn opaque string that represents a user for quota purposes. Must not exceed 40 characters.
userIpstringDeprecated. Please use quotaUser instead.

Request Body

{"action"=>"<string>", "author"=>{"displayName"=>"<string>", "emailAddress"=>"<string>", "kind"=>"drive#user", "me"=>"<boolean>", "permissionId"=>"<string>", "photoLink"=>"<string>"}, "content"=>"<string>", "createdTime"=>"<dateTime>", "deleted"=>"<boolean>", "htmlContent"=>"<string>", "id"=>"<string>", "kind"=>"drive#reply", "modifiedTime"=>"<dateTime>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;action&quot;:&quot;\u003cstring\u003e&quot;,&quot;author&quot;:{&quot;displayName&quot;:&quot;\u003cstring\u003e&quot;,&quot;emailAddress&quot;:&quot;\u003cstring\u003e&quot;,&quot;kind&quot;:&quot;drive#user&quot;,&quot;me&quot;:&quot;\u003cboolean\u003e&quot;,&quot;permissionId&quot;:&quot;\u003cstring\u003e&quot;,&quot;photoLink&quot;:&quot;\u003cstring\u003e&quot;},&quot;content&quot;:&quot;\u003cstring\u003e&quot;,&quot;createdTime&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;deleted&quot;:&quot;\u003cboolean\u003e&quot;,&quot;htmlContent&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;kind&quot;:&quot;drive#reply&quot;,&quot;modifiedTime&quot;:&quot;\u003cdateTime\u003e&quot;}