Comments
class Comments extends Resource (View source)
The "comments" collection of methods.
Typical usage is:
$driveService = new Google\Service\Drive(...);
$comments = $driveService->comments;
Methods
delete(string $fileId, string $commentId, array $optParams = [])
Deletes a comment. (comments.delete)
get(string $fileId, string $commentId, array $optParams = [])
Gets a comment by ID. (comments.get)
listComments(string $fileId, array $optParams = [])
Lists a file's comments. (comments.listComments)
Details
Comment
create(string $fileId, Comment $postBody, array $optParams = [])
Creates a comment on a file. (comments.create)
delete(string $fileId, string $commentId, array $optParams = [])
Deletes a comment. (comments.delete)
Comment
get(string $fileId, string $commentId, array $optParams = [])
Gets a comment by ID. (comments.get)
CommentList
listComments(string $fileId, array $optParams = [])
Lists a file's comments. (comments.listComments)