When I try to hit Dropbox API v2 for Python, I get an error and can't do anything
ValueError: Timeout value connect was Timeout(connect=30, read=30, total=None),
but it must be an int, float or None.
I found it when I searched for Issues It seems to be moss if the requests are old, so let's update manually (I want you to update together)
$ pip install requests -U
Recommended Posts