For Google Drive API, I know how to modify comments (comments.update, which requires fileID and commentID). I know how to modify replies to comments (replies.update, which requires fileID, commentID, and replyID).
But, how to I modify replies to revisions? What method do I use?
Revisions don’t have a commentID; they have a revisionID, and I can’t find anything in the Google Drive v3 API documentation regarding replies to revisions.
New contributor
Andy Li is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.