Hi there, thanks for your great work! I think I found a small bug in class DropBoxBasicFileAttributesProvider: It sould be ``` java { fileEntry = Objects.requireNonNull(entry).isFolder() ? null : entry.asFile(); } ```
Hi there, thanks for your great work! I think I found a small bug in class DropBoxBasicFileAttributesProvider: It sould be
{ fileEntry = Objects.requireNonNull(entry).isFolder() ? null : entry.asFile(); }