@skjnldsv Can you please elaborate again why https://github.com/nextcloud/cdav-library/blob/master/src/models/davObject.js#L57 should be writable here?
Etags are only ever generated on the server and can't be set by the client. And updates will only work if the etag in the If-Match header is correct.
Thx :)
@skjnldsv Can you please elaborate again why https://github.com/nextcloud/cdav-library/blob/master/src/models/davObject.js#L57 should be writable here?
Etags are only ever generated on the server and can't be set by the client. And updates will only work if the etag in the
If-Matchheader is correct.Thx :)