I am developing an application where I need to display the most recent edit date of a Google Document. I’ve found that while the Drive API allows me to access the last modified date, it doesn’t always match the last edited date, especially in scenarios where only the file’s permissions have changed rather than the content itself. Is there a way to accurately determine when a Google Document was last edited?
Hey! Another option could be using Google Workspace activity logs. They track user actions in Google Docs, which could help identify when content changs occur. It’s a bit more involved, but it might give you the exact edit info you need.