In the fileImporter on iOS, when I select a folder, the result is always a subfile belonging to the private folder. This prevents me from accessing these files within the app. However, I do not wish to store them in the sandbox environment. What steps can I take to resolve this issue?
fileImporter with private data
@lijiaxu Have you called startAccessingSecurityScopedResource
on the URL
to make the resource available to your app?