We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to overwrite a file with an empty file causes an error
Steps to reproduce the behavior:
File should be empty
server log
2023-09-08T13:15:09+02:00 ERR error touching file name=com.owncloud.web.ocdav path="/Neue Datei (1).txt" request-id=f899a317-9b8c-43b5-94d9-e4f9890bc470 service=ocdav spaceid=storage-users-1$some-admin-user-id-0000-000000000000 status={"code":7,"message":"touch file: error: already exists: 06faace3-b895-470a-b7fe-d82b793fb3ff","trace":"00000000000000000000000000000000"} traceid=00000000000000000000000000000000
It seems we are trying to touch instead of truncating the file ...
The text was updated successfully, but these errors were encountered:
Fixed in a reva cs3org/reva#4193
Sorry, something went wrong.
I am closing this as fixed. File can be updated with empty content
2403905
No branches or pull requests
Describe the bug
Trying to overwrite a file with an empty file causes an error
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
File should be empty
Actual behavior
server log
It seems we are trying to touch instead of truncating the file ...
The text was updated successfully, but these errors were encountered: