Skip to content

custom property returns 404 on webdav #8

@siwa-cschinnerl

Description

@siwa-cschinnerl

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>

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions