We're making changes to the Community, so you may have received some notifications - thanks for your patience and welcome back. Learn more here.

Forum Discussion

bramburn's avatar
bramburn
Explorer | Level 3
6 years ago

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's avatar
    Greg-DB
    6 years ago

    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.

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

5,875 PostsLatest Activity: 2 months ago
325 Following

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!