Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 645
Conor Taylor Avatar asked Jul 05 '12 14:07

Conor Taylor


1 Answers

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

like image 120
Ali Afshar Avatar answered Nov 15 '22 22:11

Ali Afshar