add_reply: Reply to a comment

Description Usage Arguments Value See Also

View source: R/replies.R

Description

replies to a specific comment on a Google Drive file

Usage

1
add_reply(file_id, comment_id, reply_text, ...)

Arguments

file_id

the ID of a file - or the full URL for accessing it via your browser. See file_metadata for further discussion.

comment_id

the ID of a comment, which can be found in the output of list_comments

reply_text

a string containing the reply you wish to add

...

further arguments to pass to httr's POST

Value

a basic reply object, similar to those returned from get_reply

See Also

upload_file for uploading a file, and add_comment for adding a new comment


noamross/driver documentation built on May 23, 2019, 9:30 p.m.