We’re aware of an issue causing slower load times on the Dropbox Community forum. It should be resolved soon. Thanks for your patience!
Forum Discussion
Myth_1
7 years agoNew member | Level 2
hi, I would like to get python code to update txt file in dropbox server
I would like to get python2.7 code to update txt file in dropbox server...
1 Reply
- Greg-DB7 years ago
Dropbox Community Moderator
To upload files using the Dropbox API from Python, we recommend using the official Dropbox API v2 Python SDK:
https://github.com/dropbox/dropbox-sdk-python
You can find an example of uploading files using it here:
https://github.com/dropbox/dropbox-sdk-python/blob/master/example/updown.py#L181
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
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, Facebook or Instagram.
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!