I'm currently developing an app that I can use to open the Apple Files app via a URL to a specific path. If I now want to access the Dropbox path, I only get to the last opened folder. I have already downloaded and implemented the Dropbox SDK.
How do I get access using UIApplication.shared.open(url) to open the Apple Files app with a direct path to the Dropbox folder ?