Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: local storage #28

Closed
anedroid opened this issue Sep 8, 2023 · 1 comment · Fixed by #29
Closed

Fix: local storage #28

anedroid opened this issue Sep 8, 2023 · 1 comment · Fixed by #29
Assignees

Comments

@anedroid
Copy link

anedroid commented Sep 8, 2023

RSAF does not have r/w external storage permission, cannot access local storage to use transparent backends like crypt, compress, chunker or combine.

@chenxiaolong chenxiaolong self-assigned this Sep 8, 2023
@chenxiaolong
Copy link
Owner

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.

chenxiaolong added a commit that referenced this issue Sep 8, 2023
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>
chenxiaolong added a commit that referenced this issue Sep 8, 2023
Issue: #28

Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants