Hi,
I’ve Noticed that Backendless.Files.listing() returns all the files in the directory even though the current user has no access to read some of them.
Is there a way I can get a list of files in which those files that the User has no permission to read are excluded?
Is there another more simpler way other than just attempting to download each file and seeing if it results in an error or not?
Thanks.