I want to rename a file with dropbox rest api.
Well, it's possible with /move_v2 but we need to provide from_path and to_path values.
In my understanding, renaming a file is just updating its metadata. As dropbox provides an api to get metadata, is there any way to update it. I mean provided the id of file, can I change it's metadata?
I have posted my concern regading this on stackoverflow here.
Can anyone help me resolve this?