owncloud/owncloud-sdk

How do I get file id?

tarkhil opened this issue · 1 comments

const files = await oc.files.list('/files/user/some/dir', 1, ['{http://owncloud.org/ns}fileid'] ) returned the same as const files = await oc.files.list('/files/user/some/dir')

Overall, sorry, your examples and documentation are barely usable. I could try to improve it, but I need to understand how it works first...

Ops, sorry, looked at different result. Still documentation is barely usable