Skip to content
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

custom property returns 404 on webdav #8

Open
siwa-cschinnerl opened this issue Jul 17, 2020 · 2 comments
Open

custom property returns 404 on webdav #8

siwa-cschinnerl opened this issue Jul 17, 2020 · 2 comments

Comments

@siwa-cschinnerl
Copy link

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
nextcloud

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>

@SteKoe
Copy link
Owner

SteKoe commented Jul 22, 2020

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.

@SteKoe
Copy link
Owner

SteKoe commented Jun 8, 2021

Late but... yeah... is this still an issue with 2.0.0?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants