Replies: 1 comment
-
Moving files is documented here: https://github.com/qgustavor/mega/wiki/MutableFile#movetotarget-callback This library does not support neither version history nor replacing existent files. You can create other file with the same name (which is something the web client doesn't allow) and delete the original file. You can also submit a pull request implementing it. Seems the main difference is that this object needs to include some info about the original file. The code that handles that in the web client is here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to move a file and replace existing one?
Beta Was this translation helpful? Give feedback.
All reactions