We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
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
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.
bramburn
6 years agoExplorer | Level 3
thank you that worked!
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,875 PostsLatest Activity: 2 months 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!