You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can shed some light on this:
When doing a PUT request with 0 bytes, the server will do a TouchFile instead of an actual upload. Hence the error occurs because the file already exists.
This is a bug, yes. But it is also reproducable on stable-3.0 so it is not a release blocker.
Describe the bug
if there is a file that contains some text and if we try to edit that text file to have no content it wont let us edit it.
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
it should save the file to have no content
Actual behavior
it dose not let the text file to have no content and shows a popup dialog at the bottom right saying
Setup
Please describe how you started the server and provide a list of relevant environment variables or configuration files.
ocis latest master
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: