I'm exploring the new scopes along with the App Folder permission model to see if we can build an app that doesn't request access to Full Dropbox but still allows for sharing for contents within the App Folder.
I'm wondering how to get a shared folder from User A into User B's App Folder
I tried, as User B, mounting the shared folder and then moving it to within the App Folder in the Dropbox web UI but that failed without detail.
I was really hoping to be able to do this somehow programmatically as User B but I don't know how that would be possible given:
"Error in call to API function "sharing/list_mountable_folders": Your API app is an "App Folder" app. It is not allowed to access this API function."
Any recommendations for a strategy here? Thank you.