Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
RCR
9 years agoExplorer | Level 3
Python SDK constant errors
Trying to make a small app that will read a pair of files from a dropbox folder and compile a small database from them. Just getting started, following the sample but I keep getting errors of differe...
- 9 years agoIt looks like the ValueError issue is fixed in requests v2.17.1, so please update to that and let me know if you're still seeing any issues.
Greg-DB
Dropbox Community Moderator
9 years agoIt looks like the ValueError issue is fixed in requests v2.17.1, so please update to that and let me know if you're still seeing any issues.
getrt1991
8 years agoNew member | Level 2
I have the same problem. But I updated my requests to v2.18.4.
when I run:
dbx.users_get_current_account()
It shows error message:
ValueError: Timeout value connect was Timeout(connect=30, read=30, total=None), but it must be an int, float or None.
- Greg-DB8 years ago
Dropbox Community Moderator
If you're still seeing ValueError, make sure you're on the latest version of the requests library, and double check that that latest version is actually getting used in the Python environment that you're running in.
Additionally, we received a report that this issue can persist if you're using Python 3.6.1, and that upgrading to 3.6.5 can fix that.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!