I am working on an app in which I need to show the date when google doc was last edited.
Snapshot Here
I am able to get last modified date through Drive api
Use the Update method of the Files resource, enabling the 'setModifiedDate' boolean to true. This parameter will modify the timestamp of the file edition date, whenever the file has any type of modification.