ˇ@

Home 

2014/10/15 ¤U¤Č 10:09:56

iphone Programming Glossary: gtlquerydrive

Listing All Folder content from Google Drive

http://stackoverflow.com/questions/17995787/listing-all-folder-content-from-google-drive

all the files which are stored in my Google Drive account. I have tried this void getFileListFromSpecifiedParentFolder GTLQueryDrive query2 GTLQueryDrive queryForChildrenListWithFolderId @ root query2.maxResults 1000 self.driveService executeQuery query2.. stored in my Google Drive account. I have tried this void getFileListFromSpecifiedParentFolder GTLQueryDrive query2 GTLQueryDrive queryForChildrenListWithFolderId @ root query2.maxResults 1000 self.driveService executeQuery query2 completionHandler ^.. if children.items.count return if error nil for GTLDriveChildReference child in children GTLQuery query GTLQueryDrive queryForFilesGetWithFileId child.identifier self.driveService executeQuery query completionHandler ^ GTLServiceTicket ticket..