Uploading large files to Google Drive

Hi,

We are seeing an underlying issue related to file size and stream write errors in combination with the buffer size. This could be a memory issue or service issue and this is still something that we need to investigate. The upload mechanism is multi-part and aims for smaller file sizes so we might possibly need to re-think the strategy for uploading larger files. Please understand that looking for a solution will take longer than usual.

By the way I've tested same file on one drive and yandex disk. Same result.

Hi,

More info: we have found a reason why file upload with larger files is not working. The older method when uploading files is not working with the more strict service handling, which now requires resumable uploads in smaller chunks. We used to upload in one go, and meanwhile the service has changed the implementation. Changing this to work with 4gb + files will take a significant amount of time. We'll discuss here what the possibilities are and start the work as soon as possible. A workaround is to limit the file size to max 4gb, or split the file up in parts (typically an archive splitter can do this job).