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
Is your feature request related to a problem? Please describe.
kDrive requests full storage access at every start while it may not be necessary, e.g. for people who don't use automated backup but only upload files once in a while, which works fine with Storage Access Framework.
Describe the solution you'd like
The app could stop insisting to get full storage access at every start and instead only ask when the user tries to enable features that actually require it.
Describe alternatives you've considered
For non-root users, the only option is, at every start, to click the button that redirects to permission settings, then go back, so that the non-dismissible modal leaves the user alone.
For root users, another option is to install App Ops and set storage permissions to Ignore.
Additional context
None
Thanks
The text was updated successfully, but these errors were encountered:
We had thought about asking for it every time it was really necessary, but it generated a lot of complexity in the code. Knowing that it's a 100% open-source application, it's easy to see that this permission is used ethically when granted, especially since it covers the majority of the app's use cases.
If you have an idea to implement it simply by taking into consideration all the use cases (and they are considerable) without breaking the app's workflow, with very pleasure.
This is where we make the request:
I can definitely do those although I didn't grant the Files and media permission, which makes sense, since offline files are downloaded at /Android/media/com.infomaniak.drive, and download/upload works with SAF.
Take a photo/video
I can't test this as the app says I don't have any app to work with.
Well, the only camera app I have is a custom GCam.
Knowing that it's a 100% open-source application, it's easy to see that this permission is used ethically when granted, especially since it covers the majority of the app's use cases.
I can't argue with that, especially since the app is on F-Droid, which I was pleasantly surprised to find out, considering it's a big tech app.
But, using permissions only when necessary, is still more elegant and more secure, however small the difference may be.
Note: Please write your issue only in english
Is your feature request related to a problem? Please describe.
kDrive requests full storage access at every start while it may not be necessary, e.g. for people who don't use automated backup but only upload files once in a while, which works fine with Storage Access Framework.
Describe the solution you'd like
The app could stop insisting to get full storage access at every start and instead only ask when the user tries to enable features that actually require it.
Describe alternatives you've considered
For non-root users, the only option is, at every start, to click the button that redirects to permission settings, then go back, so that the non-dismissible modal leaves the user alone.
For root users, another option is to install App Ops and set storage permissions to Ignore.
Additional context
None
Thanks
The text was updated successfully, but these errors were encountered: