V10 Recently getting this error in my Dropbox Backup

```
Traceback (most recent call last):
  File "/home/administrator/frappe-bench/apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py", line 47, in take_backup_to_dropbox
    did_not_upload, error_log = backup_to_dropbox()
  File "/home/administrator/frappe-bench/apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py", line 103, in backup_to_dropbox
    upload_file_to_dropbox(filename, "/database", dropbox_client)
  File "/home/administrator/frappe-bench/apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py", line 179, in upload_file_to_dropbox
    dropbox_client.files_upload_session_append(f.read(chunk_size), cursor.session_id,cursor.offset)
  File "/home/administrator/frappe-bench/env/local/lib/python2.7/site-packages/dropbox/base.py", line 1301, in files_upload_session_append
    f,
  File "/home/administrator/frappe-bench/env/local/lib/python2.7/site-packages/dropbox/dropbox.py", line 239, in request
    timeout=timeout)
  File "/home/administrator/frappe-bench/env/local/lib/python2.7/site-packages/dropbox/dropbox.py", line 330, in request_json_string_with_retry
    timeout=timeout)
  File "/home/administrator/frappe-bench/env/local/lib/python2.7/site-packages/dropbox/dropbox.py", line 414, in request_json_string
    timeout=timeout,
  File "/home/administrator/frappe-bench/env/local/lib/python2.7/site-packages/requests/sessions.py", line 511, in post
    return self.request('POST', url, data=data, json=json, **kwargs)
  File "/home/administrator/frappe-bench/env/local/lib/python2.7/site-packages/requests/sessions.py", line 468, in request
    resp = self.send(prep, **send_kwargs)
  File "/home/administrator/frappe-bench/env/local/lib/python2.7/site-packages/requests/sessions.py", line 576, in send
    r = adapter.send(request, **kwargs)
  File "/home/administrator/frappe-bench/env/local/lib/python2.7/site-packages/requests/adapters.py", line 449, in send
    raise ReadTimeout(e, request=request)
ReadTimeout: HTTPSConnectionPool(host='content.dropboxapi.com', port=443): Read timed out. (read timeout=30)
```

Already checked that i have enough space left. Still get the error. How to fix?

I’m getting this same error. Hoping someone has a resolution.

Check for ideas for example https://www.dropboxforum.com/t5/API-Support-Feedback/socket-timeout-issue-even-with-session-upload/td-p/353914