Reputation: 75
I'm trying to use SAF in flutter. everything is fine. But one specific problem is I' have to request access to folder every time I want to read from the folder. Even if user has already granted access to folder.
I have tried different options specified in the official documentation but I can not get it right
Upvotes: 2
Views: 438
Reputation: 75
If there is anyone facing the same issue here is how to solve it.
"/storage/emulated/0/Android/media/com.whatsapp/WhatsApp/Media/.Statuses",
"Android/media/com.whatsapp/WhatsApp/Media/.Statuses",
Upvotes: 2