Edit a file name in Dropbox API -


how edit file or folder name using dropbox api?

i using reference: https://www.dropbox.com/developers/core/docs

is there else?
possible?

your question title , body seem ask different questions, i'll answer both:

you can edit file (i.e., contents) uploading new version of it, e.g., using /files_put call:

https://www.dropbox.com/developers/core/docs#files_put

you can rename file or folder using /filesops/move endpoint:

https://www.dropbox.com/developers/core/docs#fileops-move


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -