The debug/example app is missing the storage permission and therefore can't be granted storage permission.
I looked into APK file where
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
is defined inside the AndroidManifest.xml but when I look into the settings of the app the permissions page it's empty.