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
I am trying to read the nextCloud directory using webdav client and I need more custom fields such as oc:permissions/, <oc:share-types />, <oc:fileid />. I tried to getDirectoryContents with {details: true} but it is still not giving those above 3 options that I am looking for. Is there way to add those custom fields to the response? Or is there way that I can give an customOptions with those fields and send the request? I have tried many other packages and I could not get them to give me those 3 fields and I really need them in my project. Thanks!
The text was updated successfully, but these errors were encountered:
Yes, perhaps getDirectoryContents doesn't return a full prop listing. Can you try stat instead on a single file/dir to see if it returns what you need in the props sub property? Please refer to this documentation.
I am trying to read the nextCloud directory using webdav client and I need more custom fields such as oc:permissions/, <oc:share-types />, <oc:fileid />. I tried to getDirectoryContents with {details: true} but it is still not giving those above 3 options that I am looking for. Is there way to add those custom fields to the response? Or is there way that I can give an customOptions with those fields and send the request? I have tried many other packages and I could not get them to give me those 3 fields and I really need them in my project. Thanks!
The text was updated successfully, but these errors were encountered: