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
The current app supports already parts of the iOS' Files API and thus can e.g. be accessed through the Files App. Now I'm not an iOS dev but in exchange with the author of my note taking app (which I would like to store encrypted on my seafile server) it came out that apparently, the seafile app does not support sharing full folders through the Files API.
There is an example repository from the maker of the Working Copy app demonstrating the feature: palmin/open-in-place. He further explains in this Twitter thread that to support this feature
Providers need NSExtensionFileProviderSupportsPickingFolders=YES in their Info.plist to be included.
Would be great to see this supported too!
The text was updated successfully, but these errors were encountered:
The current app supports already parts of the iOS' Files API and thus can e.g. be accessed through the Files App. Now I'm not an iOS dev but in exchange with the author of my note taking app (which I would like to store encrypted on my seafile server) it came out that apparently, the seafile app does not support sharing full folders through the Files API.
There is an example repository from the maker of the Working Copy app demonstrating the feature: palmin/open-in-place. He further explains in this Twitter thread that to support this feature
Would be great to see this supported too!
The text was updated successfully, but these errors were encountered: