We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
vineet
6 years agoExplorer | Level 3
Rename file via web api
Hello team ,
I want to rename a file or folder via web API. I am not able to find sepecific api for renaming. please help
3 Replies
- Здравко6 years agoLegendary | Level 20
Hi vineet,
What are you doing when you rename something? 🤔 Isn't the same like you're moving content from one file/folder to another file/folder (with different name) in a same directory? Take a look on: https://www.dropbox.com/developers/documentation/http/documentation#files-move 😉
- vineet6 years agoExplorer | Level 3
Thanks for the reply. No intent to move file or folder. I just want to rename a folder and document name via web api.
- Greg-DB6 years ago
Dropbox Community Moderator
vineet Здравко is correct, to rename a file via the API, you should use /2/files/move_v2. To rename a file, you should include the full path and file name for the old path/name and new path/name in the 'from_path' and 'to_path' parameters, respectively. You don't need to change any parent path components though. For example, you could specify "/Documents/oldname.ext" and "/Documents/newname.ext" to rename a file in the "Documents" folder.
By the way, that's a link to the documentation for the HTTPS endpoints themselves, but we recommend using one of the official SDKs if possible. Those have corresponding native methods for the HTTPS endpoints.
About Discuss Dropbox Developer & API
Make connections with other developers
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!