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
a customer of us used your tool to add 2 fields to his nextcloud v18. they show up in the webview but if i want to get the values from the file via webdav, i always get a 404 on the custom properties.
Hi, since WebDAV properties and hence custom properties are bound to a single use they cannot be shared. I assume that you tried to set the properties on one item using user A and accessed it via user B.
a customer of us used your tool to add 2 fields to his nextcloud v18. they show up in the webview but if i want to get the values from the file via webdav, i always get a 404 on the custom properties.
custom properties
request
<?xml version="1.0"?> <d:propfind xmlns:d="DAV:" xmlns:oc="http://owncloud.org/ns" xmlns:nc="http://nextcloud.org/ns"> <d:prop> <oc:beschreibung /> <oc:titel /> </d:prop> </d:propfind>
response
<?xml version="1.0"?> <d:multistatus xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns" xmlns:oc="http://owncloud.org/ns" xmlns:nc="http://nextcloud.org/ns"> <d:response> <d:href>/remote.php/dav/comments/files/41149/112</d:href> <d:propstat> <d:prop> <oc:beschreibung/> <oc:titel/> </d:prop> <d:status>HTTP/1.1 404 Not Found</d:status> </d:propstat> </d:response> </d:multistatus>
The text was updated successfully, but these errors were encountered: