-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Providing folder as destination while move/copy file destroy folder data #6983
Comments
This should be the expected behavior, right? |
@kobergj @butonic We have a bunch of similar issues where the source is a file and the destination is a folder when copying/moving via the API. |
This is an expected behavior
|
@2403905 Please, you may close the issue if the behavior is expected |
Describe the bug
a file(say testfile.txt) is copied over the top of an existing folder(say FOLDER), which overwrites the folder. The folder changes into the file and the name is of the folder(FOLDER)
Question
Steps to reproduce
Steps to reproduce the behavior:
New Folder
hello.txt
andNew Folder/example.gif
hello.txt
toNew Folder
Expected behavior
Actual behavior
204 No content
. File renamed intoNew folder
. The existing folderNew folder
moved to trashbinSetup
Please describe how you started the server and provide a list of relevant environment variables or configuration files.
OCIS = 3.1.0-rc.1+712d98e0a2
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: