2

I have a Dropbox/One Drive/Google Drive account. I also have a very large file to be uploaded (12GB). My internet connectivity is limited, so I will not be able to upload the file in one go. Is there any method by which I can split the file in my PC and after the pieces get uploaded, combine them in the cloud so that I can save my original file there?

erbridge
  • 119

1 Answers1

0

I believe that both DropBox and Google Drive actually break up large files and upload them in chunks. Thats how DropBox is able to do things like "streaming sync". It all happens without the knowledge of the end user.

I would also look into resumable uploads from the Google Documentation: https://developers.google.com/drive/web/manage-uploads#resumable

Streaming Sync Announcement: https://blog.dropbox.com/2014/07/introducing-streaming-sync-supercharged-sync-for-large-files/

tbenz9
  • 7,175