Ombeni Nade
Ombeni Nade

Reputation: 75

How to use Android Storage Access Framework in flutter(SAF)

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

Answers (1)

Ombeni Nade
Ombeni Nade

Reputation: 75

If there is anyone facing the same issue here is how to solve it.

  1. Dont use directory like this "/storage/emulated/0/Android/media/com.whatsapp/WhatsApp/Media/.Statuses",
  2. Use it like this "Android/media/com.whatsapp/WhatsApp/Media/.Statuses",

Upvotes: 2

Related Questions