ivehement / saf

Flutter plugin that leverages Storage Access Framework (SAF) API to get access and perform the operations on files and folders.
https://pub.dev/packages/saf
MIT License
17 stars 17 forks source link

path exception #28

Open AmjidKhani opened 11 months ago

AmjidKhani commented 11 months ago

firstly when i request permission of the directory then I fetch the cache file like(.statuses from whatsapp)but when my Android device reboots the getting cache file gives exception even the getapplicationdirectory return true.

MridulVij commented 10 months ago

Bro i also facing same issue i have granted the file access inside Android/data/com.example.app but im unable to transfer the file inside it in Android 12 ? can you please help me out it is perfectly working in Android 10 but the same app i open in Android 12 device it will show the Path Access Exception error? Can you please help me out? how can i resolve this issue?

jvoltci commented 4 months ago

Pretty unsure to trace this issue from and Android version. Feel free to raise a request and contribute!

sumit-chavla-hra commented 2 weeks ago

@MridulVij @AmjidKhani Please look at the following repo which has the implementation you are talking about https://github.com/krupal4/StatusSaver