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
The equivalent "PROPFIND HTTP method is not essentially needed because a similar result can be achieved via getFolderFileDetails method and the extraProperties property.
What do you think about that extension?
The text was updated successfully, but these errors were encountered:
We don't see any reason why this extension shouldn't be added to nextcloud-link. Would this be something that you'd be able to hand in as a PR (seeing how you already checked out where the code-base has to be extended) ?
It would be nice to add support for PROPPATCH HTTP method to add custom properties to a directory or file.
The way to do this is described in that article for the custom property
invoicenumber
: https://mathiasconradt.medium.com/how-to-assign-custom-meta-data-to-your-documents-on-nextcloud-23356cf3f926There is also a half-working (stale) Nextcloud App for that: https://apps.nextcloud.com/apps/customproperties
It would be possible to allow an extraProperties (https://github.com/tentwentyfour/nextcloud-link#webdav-extraproperties) parameter as optional (
extraProperties?: FileDetailProperty[]
) to theuploadFromStream
,put
,touchFolder
orcreateFolderHierarchy
methods of the client.The equivalent "PROPFIND HTTP method is not essentially needed because a similar result can be achieved via
getFolderFileDetails
method and theextraProperties
property.What do you think about that extension?
The text was updated successfully, but these errors were encountered: