Does the Dropbox API support uploading changed portions of files, rather than whole files? For example, when a large file changes I only want to send the changed portions, rather than the whole file.
I see the v1 API has /chunked_upload, while v2 has /upload_session/start, but AFAICS these only allow for uploading entire files in chunks, not uploading selective chunks.