Folks;
I'm brand new and just assessing the API but have this question:
I see that Dropbox API does not directly support appending text to an existing file.
If I want to accomplish that task it would seem that I would 1) download the original file; 2)extract the contents; 3) append my new content to this extraction; 4) write this new combined content back to a new file; 5)upload to dropbox with the same name as the existing original file...
Thanks for any insights!
Steve
Will this strategy work in the v2API as it stands today? Can anyone provide a link to the most relevant API calls?