3

Using FileManager.moveItem I can move a file in iCloud to another location in iCloud without downloading it locally. I would like to perform the same thing but with FileManager.copyItem, in the sense that I would like to make copies of files within iCloud without downloading them locally.

With FileManager.copyItem it seems to not be possible.

Moreover, analysing the .js of icloud.com/iclouddrive I see /moveItems and other endpoints, but no /copyItems. There is however, a "DuplicateItems" string in a "transactionType" array, but I cannot understand how to use it.

Gibezynu Nu
  • 354
  • 6
  • 15
  • Question: Can you still `FileManager.moveItem` without downloading? Bc, when I try it right now it gives me *"" couldn’t be moved to “” because an item with the same name already exists* and using `FileManager.copyItem` gives me * couldn’t be opened because there is no such file* did you find a way to do it? – thisIsTheFoxe Jul 07 '22 at 08:30

0 Answers0