You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
bramburn
6 years agoExplorer | Level 3
socket.timeout issue even with session upload
Hello I have quite a large amount of files on my machine and I have given up using the dropbox app as it just will not sync.
I am using the dropbox python sdk but I am having socket.timeout issues....
Greg-DB
Dropbox Staff
Thanks for trying that. That output indicates the upload was succesful, so the issue does seem to be specific to your Python environment/code. We'll take a closer look at the code you shared.
Greg-DB
6 years agoDropbox Staff
bramburn Please try replacing this line:
dbx = dropbox.Dropbox(ACCESS_TOKEN)
with this instead:
dbx = dropbox.Dropbox(ACCESS_TOKEN, timeout=None)
Then try again and let me know if that does or doesn't help.
Also, you don't need those time.sleep calls, so you can remove those.
- bramburn6 years agoExplorer | Level 3
thank you that worked!
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,882 PostsLatest Activity: 10 hours agoIf 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 or Facebook.
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!