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:
Comments
Post a Comment