Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use Dropbox API v2 to rename a file

I'd like to rename a file on Dropbox using the HTTP API.

According to the new docs, it is possible to move, but not to rename?

https://www.dropbox.com/developers/documentation/http/documentation#files-move

I'd also like to be able to modify other metadata, especially client_modified, without having to re-upload the file.

Is the documentation current, or are there additional features available?

like image 403
superflexible Avatar asked Feb 08 '23 08:02

superflexible


1 Answers

Ah, great, I found out that the move API can be used to rename as well.

Great!

Still unable to modify client_modified for existing files though.

like image 190
superflexible Avatar answered Mar 06 '23 14:03

superflexible