← Back to context

Comment by billfruit

2 months ago

Some apps like Obsidian needs permission to access every file on the device. It is surprising Obsidian isn't getting called out on that very much.

It's because it stores the files there so you can sync them with other permissions. And also that your notes aren't deleted like they would be if they were stored in the internal app storage. There's more granular options for filesystem access available but if you implement them you limit yourself to the latest Android releases.

According to Exodus it has no trackers and it's an open source app also so you can see what it does (though tbh I didn't check that for the mobile one)

If there's apps to call out there's way worse than Obsidian.

  • Obsidian isn't open source by most reports.

    Surely Obsidian do not to see all files on the device, it only really needs to see the files the user needs it to see.

    • > Obsidian isn't open source by most reports.

      On FreeBSD I can build a full copy from source (in fact I have to, there is no binary package). The only issue seems to be licensing, not source availability. Personally I don't care about licensing (I completely ignore it all anyway) and it doesn't stop you from inspecting the source code.

      I think Obsidian is a really great package, I just happened to have moved over from OneNote which is horrible Microsoft mediocrity and doesn't even have a Linux app. And the web version is really useless, it needs to refresh every day and it can only search within the same tab, not a whole notebook. Such a mess. Obsidian is so quick and efficient <3 And there is full self-hosted syncing available, which I also use.

      3 replies →

    • There isn't a permission for that though - it's all or nothing. I agree that it should be more granular; each app should really have its own scoped file storage area by default, with "access anything" being reserved for file browsers, backup software, etc.

      3 replies →

If I'm not mistaken this is because without this permission they can only see audio, video and image files. You wouldn't be able to use it comfortably to do it's job.

Personally I use it with Storage Scopes on GrapheneOS.

I use Storage Scopes on my GrapheneOS android phone, works great. Can decide exactly which files or folders an app gets to access.