Learn how to make the most out of the Dropbox Community here 💙. 

Forum Discussion

Apollonius's avatar
Apollonius
Explorer | Level 4
7 years ago
Solved

Error while uploading a zip file using Python script

 I'm trying to write a Python script where there would be a list of "paths" to files and they would serially be uploaded to my Dropbox.   I thought of uploading a directory as a Zip archive if the ...
  • Greg-DB's avatar
    7 years ago

    Thanks for the report! This appears to be an issue when using the Dropbox Python SDK with Python 3. We're looking into it.

     

    As a workaround, please try setting an unlimited timeout when constructing your Dropbox client, like this:

    dropbox.Dropbox(TOKEN, timeout=None)

    Please let me know if that does or doesn't help.

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,963 PostsLatest Activity: 11 hours ago
356 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!