How can I sync very big files like Video files to Google drive using GTLServiceDrive service? I know that sync is possible using queryForFilesInsertWithObject:uploadParameters: method. But here I pass data as a parameter of GTLUploadParameters object. But if I am uploading big files, I cannot hold the whole object in memory. Does Google drive ios sdk supports multi-part upload? If Yes, can someone point me how to do it.
Thanks in advance!