0

Referring to the tutorial at Dropbox for Python Developers

I am using Google Cloud Platform, datalab.

CODE:

dbx = dropbox.Dropbox(<s_dropbox_access_token_v2>)
dbx.users_get_current_account()

OUTPUT:

ValueError: Timeout value connect was Timeout(connect=30, read=30, total=None), but it must be an int, float or None.
Atul Kamani
  • 105
  • 6

1 Answers1

0

This was a bug with the requests library. It looks like this was fixed in requests itself, so please update to the latest version. The latest version of the requests library is currently 2.18.2.

Greg
  • 16,359
  • 2
  • 34
  • 44