I guess everyone is ignoring my posts because I'm so obviously inept, but I'll try again. What I want to do should be very simple; once I authenticate via an Android app, I want to upload and download files from the app. I've accomplished the authentication, and following the loadRootFolder() method, I see that mFolder is:
com.box.androidsdk.content.BoxApiFolder@dd4497a
Is that the folder where I can use the Kotlin Storage Access Framework to store and retrieve files? If not, how do I programmatically find the https://folderID?
Thanks in advance,
Tom