Hi, so, what I'm looking to do is to provide a browsing screen for the below in my app i.e., construct the browsing UI for it and then when user selects a file here, I want to be able to open and read from it, example the 'on my iphone; tab in files has a specific path to it, if I use this to get folder structure and construct my own way of how the browse ui is supposed to look like. The storages/browsing options I want to show are,
Local Storage: The folders shown when we go to the 'On my iPhone' tab in the Files app.
Remote Storages like,
Network Shared Folder/drive: Similar to the connect to server option that is shown in the Files app, and in files app on selecting files I get a path that I can work with, but I also wanted to know how this mount happens i.e., if file gets downloaded and changes synced or folder is actually mounted on file system.
Cloud Storage: Like amazon s3, etc, can I provide a way to connect to these inapp and browse them and what would I get as path when I select a file. or can I show this option as locations in my app similar to the way it is shown in Files app.
Sync Folders: Like onedrive, etc. Same as above can I have them in app or show them as locations
Wireless Storage: Is there a way to detect a bluetooth storage being connected here, and how do I display the browse ui for it with my app?
Removable Storage: Similarly, can I detect if a pendrive was connected to iPhone and show the browsing ui for it? what would the path look like
FTP and http links: how to browse the former and stream data from the latter.
Please let me know if you have any inputs on which is possible and how. Thanks in advance