I\'m trying to upload big file (~900MB) via Dropbox API v2 but I\'m getting this error:
requests.exceptions.ConnectionError: (\'Connection aborted.\',
@Greg answer can be updated with Dropbox Api v2 call:
self.client.files_upload_session_append_v2( f.read(self.CHUNK_SIZE), cursor) cursor.offset = f.tell()