hpoul / file_picker_writable

Flutter plugin to choose files which can be read, referenced and written back at a later time.
https://pub.dev/packages/file_picker_writable
MIT License
17 stars 13 forks source link

Obtain iOS bookmark only after ensuring the file exists locally #29

Closed amake closed 2 years ago

amake commented 2 years ago

The call to URL.bookmarkData() can fail with some file providers (such as Tresorit as reported here) if the file is e.g. online only and not yet materialized to the local device.

hpoul commented 2 years ago

thanks, i think this makes sense.. sorry for the delay