provokateurin / dart-nextcloud

A Nextcloud client for dart
Other
20 stars 15 forks source link

Fixed webDav property for fileid #63

Closed timosturm closed 2 years ago

timosturm commented 2 years ago

E.g., calling client.webDav.ls(widget.directory.path, props: WebDavProps.all); returned WebDavFiles where fileId was not initialized because the xml property was not correct:

wrong: ocFileId = 'oc:fileId', correct: ocFileId = 'oc:fileid'.

See documentation.

PS: Fixes #46

provokateurin commented 2 years ago

Fixed in https://github.com/jld3103/nextcloud-harbour/tree/main/packages/nextcloud/lib/src/clients/custom/webdav