Hacker News new | ask | show | jobs
by billfruit 401 days ago
Also Obsidian asks for permissions to read files in all of the device on Android. They don't explain clearly why that is necessary.

I don't see it being discussed that widely.

Also another aspect is that many people seems to think Obsidian is open source, while it is not so.

3 comments

Not anymore. As of Obsidian 1.8.10 you can use app storage which doesn't require additional permissions. It's explained here:

https://help.obsidian.md/android

Still they are recommending people to use device storage permissions with "All files" permissions rather than the limited App Storage permissions.

They prefer that the users use the less secure option.

The primary reason it's recommended is that it provides more freedom and interoperability. Read this thread and you'll notice that many people sync their notes using Syncthing. You cannot use Syncthing with app storage because the files are sandboxed. Many people enjoy the freedom of being able to read/modify notes using multiple apps.

The secondary reason is related to user expectations and file deletion. The device storage option behaves more like desktop in that if you delete Obsidian your files will not be deleted.

For people who are okay with the tradeoffs, app storage is now an option. That's a good thing, no?

That(using whole device, all files access permissions) is entrusting all your files to the good senses of Obsidian, which is not an open source app.

There isn't a good reason to grant an app unlimited file access permissions.

If Obsidian didn't allow people to store files in the device storage it would be accused of forcing people to use the paid first-party Sync. Offering both options lets people make the choice that's better for them.
Well, the file reading/writing makes sense if you wish to store vaults in your filesystem, an ability which is one of obsidian's main and most attractive traits over alternatives.
> Also Obsidian asks for permissions to read files in all of the device on Android.

Oh interesting where did you find that?