I am integrating the box into my website. The integration has been completed. I searched the documentation to add the function to copy or move files to another folder but there was none. Do I have any solution for this problem?
If you need to copy the file to a new directory, then you have to use the parent parameter. The parent will be the folder ID of the destination folder.
If you need to move the file, then you need to use the PUT method :
It will allow you to move the file, rename it, lock it or create a shared link.
I hope it helps !
Thanks for your solution,
I have a small question, with API of your solution, how do I integrate buttons into Content Explorer’s existing ui. because in this document there are Parameters(canPreview, canDownload, canDelete,…) https://developer.box.com/guides/embed/ui-elements/explorer/
It will look like this image (I draw Move or copy)
I think the options Move and Copy are not available in the Content UI.