It's not clear if the Google Drive SDK is already configured to support resumable file uploading, and if so, how it can be utilized to resume uploading files that may not have fully uploaded, and would otherwise be lost, due to connectivity drop out.
Google provides instructions on how to set up resumable uploads, but not specifically in iOS:
https://developers.google.com/drive/v3/web/manage-uploads#resumable
Found some clues here:
http://stackoverflow.com/questions/21716822/update-file-in-google-drive-with-resumable-uploadtype-via-google-drive-api
http://uzzai.com/Zz0aBoY5/in-google-drive-sdk-how-to-make-a-resumable-upload.html
It's not clear if the Google Drive SDK is already configured to support resumable file uploading, and if so, how it can be utilized to resume uploading files that may not have fully uploaded, and would otherwise be lost, due to connectivity drop out.
Google provides instructions on how to set up resumable uploads, but not specifically in iOS:
https://developers.google.com/drive/v3/web/manage-uploads#resumable
Found some clues here:
http://stackoverflow.com/questions/21716822/update-file-in-google-drive-with-resumable-uploadtype-via-google-drive-api
http://uzzai.com/Zz0aBoY5/in-google-drive-sdk-how-to-make-a-resumable-upload.html