You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll consider adding support for this. Unfortunately, it'll have to be an all-or-nothing solution. RSAF either has access to all local files (via the "all files" permission) or none at all.
The normal method of using the system file picker to grant access to a specific directory doesn't work with native code, like rclone. It's a known Android issue and likely won't be fixed any time soon: https://issuetracker.google.com/issues/199091106.
This is only implemented for Android 11 and newer. I don't plan on
adding support for the legacy storage permissions.
Fixes: #28
Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
RSAF does not have r/w external storage permission, cannot access local storage to use transparent backends like crypt, compress, chunker or combine.
The text was updated successfully, but these errors were encountered: