After picking a txt file using the Filepicker extension by deephost: how can I read that file?

Yeah it probably does, but if you read the docs then you should have noticed that it only works with relative path, so none of this paths will work

  • file:///mnt/sdcard/dummy.txt
  • /mnt/sdcard/dummy.txt
  • file:///storage/emulated/0/dummy.txt
  • /storage/emulated/0/dummy.txt

2 Likes