Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
Andry1
9 years agoExplorer | Level 3
Rename files without losing any versions
Hello. I'm trying to rename the files as follows (.Net): using (var dbx = new DropboxClient(user.DropboxAccessToken)) { await dbx.Files.MoveAsync(string.Format("/{0}/{1}", pathWithoutName, oldName...
Greg-DB
Dropbox Community Moderator
9 years agoThat's correct.
Greg-DB
Dropbox Community Moderator
8 years agoThe API now offers the ability to list file revisions across moves/renames, by using the file ID. In the .NET SDK, that's available via the ListRevisions method. You can find more information in the documentation:
https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_ListRevisionsAsync_1.htm
https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_ListRevisionsAsync_1.htm
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
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!