[iOS/macOS] Files outside the sandbox, picked by pickFile()
, can't be accessed by other library methods
#28
Labels
pickFile()
, can't be accessed by other library methods
#28
More precisely, in case of macOS this is true for files outside the app sandbox, for iOS it applies for files from iCloud. The problem is that current conversion of security-scoped URLs into string URLs returned by pickFile() looses the security-scope permissions.
The text was updated successfully, but these errors were encountered: