feat: Can capacitor filesystem read iOS file just obsidian app? #6029
-
Feature RequestDescriptionJust like the obsidian app can read iOS iCloud file. Platform(s)iOS |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I don't know what obsidian app is, but no, Filesystem plugin only read/write on your own app sandbox storage, doesn't have access to Files app. You can make your app files appear in Files app doing this |
Beta Was this translation helpful? Give feedback.
-
Ask another forther question, why the Filesystem plugin design to only read/write on your own app sandbox storage.Not like the native applications can read/create whole iCloud directory. The obsidian app is obsidian |
Beta Was this translation helpful? Give feedback.
I don't know what obsidian app is, but no, Filesystem plugin only read/write on your own app sandbox storage, doesn't have access to Files app.
You can make your app files appear in Files app doing this
https://capacitorjs.com/docs/apis/filesystem#ios
But you can't read from Files app if the files were created by another app