I'm calling to
[DBFILESUserAuthRoutes listFolder:recursive:includeMediaInfo:includeDeleted:includeHasExplicitSharedMembers]
and passing @(NO) to includeDeleted parameter. Everything works as expected.
However, when hasMore.boolValue is YES and I'm calling to
[ DBFILESUserAuthRoutes listFolderContinue: ]
there are cases where the result contains deleted files. (even though includeDeleted in the listFolder method clearly indicates not to include ones)
It seems like a bug. Can you please confirm?