'Get last modified page

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*);


Solution 1:[1]

Google Drive Advance Service is the same as the Google Drive REST API, as according to the docs:

For detailed information on this service, see the reference documentation for the Google Drive web API.

And as far as I can see, after a brief review, there are no methods readably available for seeing which Google Docs page that has been edit.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 rckrd