Hello Team I am trying to fetch the files from a ...
# fleet
o
Hello Team I am trying to fetch the files from a directory but weirdly i am not able to get data from documets/downloads/desktop folders of a user. SELECT * FROM file WHERE path LIKE ‘/Users/%/Downloads/%‘; returns no results where as SELECT * FROM file WHERE path LIKE ‘/Users/%/SomeProject/%’; Does return results and content of the folder.
k
Hi @Ojas! That sounds like a Full Disk Access issue.