Reputation: 3108
How can I download the revision history list of a Google Drive Document (that the user doesn't own) through an iPhone app?
All I am really looking for is the date and time of the last revision.
Upvotes: 12
Views: 4344
Reputation: 41657
Use queryForChangesList to return a GTLDriveChangeList. There is also a sample for using the API that might help you.
Upvotes: 6