Take Your Search Game to the Next Level with Dropbox Dash 🚀✨ Curious how it works? Ask us 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 Community Moderator
6 years agoThanks for the additional information! To try to isolate whether this is a general networking issue, or if this is related to the Python environment/code in particular, can you try making an upload call outside of Python?
You can use the API v2 Explorer to make a call directly, or to get the curl code for running it bash. Let me know what the result is.
bramburn
6 years agoExplorer | Level 3
this is the package I am using
- Greg-DB6 years ago
Dropbox Community Moderator
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-DB6 years ago
Dropbox Community Moderator
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.6,011 PostsLatest Activity: 20 hours ago
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 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!