How can I download the revision history list of a Google Drive Document (that the user doesn't own) through an iPhone app?
如何通过iPhone应用程序下载Google云端硬盘文档的修订历史记录列表(用户不拥有)?
All I am really looking for is the date and time of the last revision.
我真正想要的是上次修订的日期和时间。
1 个解决方案
#1
6
Use queryForChangesList to return a GTLDriveChangeList. There is also a sample for using the API that might help you.
使用queryForChangesList返回GTLDriveChangeList。还有一个使用API的示例可能对您有所帮助。
#1
6
Use queryForChangesList to return a GTLDriveChangeList. There is also a sample for using the API that might help you.
使用queryForChangesList返回GTLDriveChangeList。还有一个使用API的示例可能对您有所帮助。