Add a move(source:list[DriveNode], dest:DriveNode) method to ICloudDriveService #180
gordonaspin
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Tim,
Currently there is no way to move files from A to B. To achieve with the current implementation I have to delete and upload.
Is this something you'd have the time to do ?
I took a quick look in the JavaScript console in Chrome and it looks like a straightforward post to /moveItems with a payload that includes the destinationdrivewsid and an array of items.
Let me know if you can. Otherwise I'll fork, implement and make a PR.
Beta Was this translation helpful? Give feedback.
All reactions