harsimrans / DropboxSyncer

dropbox-sync: Automatic RealTime Sync for Dropbox folders
MIT License
16 stars 6 forks source link

Doesn't upload for files sizes greater than 150 MB #10

Closed harsimrans closed 6 years ago

harsimrans commented 6 years ago

Issue is: http://dropbox-sdk-python.readthedocs.io/en/latest/moduledoc.html#dropbox.dropbox.Dropbox.files_upload

Problem at Line: https://github.com/harsimrans/DropboxSyncer/blob/master/dropbox_sync/syncer.py#L115

Shobhim commented 6 years ago

Crashed while trying to upload a 300MB+ file.

error : OverflowError: string longer than 2147483647 bytes

harsimrans commented 6 years ago

commit eb7c8b17103e87703f0745f33aa1de32c7a23c07 now uploads files of any size.