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

Forum Discussion

mau21mau's avatar
mau21mau
Explorer | Level 3
4 years ago

Upload content to shared file

We currently use Dropbox's Python SDK to overwrite existing file contents with the method .files_upload(). With give it the file id as a parameter along with the file content and it works:   clie...