1

Let's say that I upload a text file to Dropbox via Python API.

If I constantly append 1Mb of data per day and sync it, in the Day 10 will Dropbox upload all the 10Mb and replace the old file or just 1Mb and extend to the 9Mb file that have left?

1 Answer 1

1

If you're uploading a file to Dropbox using the Dropbox Python SDK, e.g., with the files_upload method, the entire file contents has to be uploaded with every upload. The Dropbox API doesn't offer a way to just append to existing files, but I'll pass this along as a feature request.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.