Conor Taylor
Conor Taylor

Reputation: 3108

Using Google Drive API for iOS app

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

Answers (1)

Ali Afshar
Ali Afshar

Reputation: 41657

Use queryForChangesList to return a GTLDriveChangeList. There is also a sample for using the API that might help you.

Upvotes: 6

Related Questions