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
simon_schva
8 years agoHelpful | Level 6
To upload a file I use "client.put_file(filename, f)" what should I use to download?
Hi, I'm uploading files to Dropbox from an Arduino Yun using the Python.
This is the code (working fine) I use to upload
# -*- coding: utf-8 -*-
import dropbox
import datetime
suffix = da...
- 8 years ago
The 'dropbox.client' functionality you're using is actually for the deprecated API v1. You should update to the latest version and use it as documented here, which uses API v2.
To upload a file, you would use files_upload. To download a file you would use files_download or files_download_to_file. There's an example that showing uploading and downloading.
Mark
8 years agoSuper User II
*moves to API forum*
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 12 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!