1
0
mirror of https://github.com/rclone/rclone.git synced 2025-03-17 20:27:52 +02:00
Nick Craig-Wood 29b1751d0e serve webdav: fix error: Expecting fs.Object or fs.Directory, got <nil>
Before this change rclone serve webdav would sometimes give this error

    Expecting fs.Object or fs.Directory, got <nil>

It turns out that when a file is being updated it doesn't have a
DirEntry and it is allowed to be <nil> so in this case we create the
mime type from the extension.

See: https://forum.rclone.org/t/webdav-union-of-onedrive-expecting-fs-object-or-fs-directory-got-nil/40298
2023-07-28 00:54:45 +01:00
..
2021-11-01 21:00:27 +03:00
2023-04-30 17:56:47 +01:00
2023-07-22 17:29:20 +05:30
2023-03-21 16:41:22 +00:00
2023-03-23 12:05:31 +00:00
2023-03-15 16:21:37 +00:00
2023-07-23 08:43:03 +09:00
2023-03-24 11:32:59 +00:00
2023-07-18 09:51:31 +01:00
2023-03-23 12:05:31 +00:00