How do I get page number, which is modified (deleting/adding content) in Google doc, Google Slide in last modification time?
I have used Google drive revision (advanced API) ,but I can only get last modified date and the whole content of a document.
var revisions = Drive.Revisions.list(*fileId*);