We have a scoped-app, which mounts a folder owned by the app into my account. By piecing-together an invitation URL, we can mount it into other users' accounts as well (all are licensed under a team account). We can formulate a URL to generate an offline access-token, but we couldn't see any events for user operations after initially running the URL. Using an online access-token URL, we started seeing events.
Even when two people add an app, it looks like one user can't see the files that the other uploads. If one user specifically shares one of the files with the other user, the other user is added to the permissions for that file and then gets an email with a link that they can specifically open, but that file is still not visible just by looking at the folder. They can choose to 'save a copy' into their Dropbox, but it's not the same file (and will not show subsequent updates). **Any idea how we can allow more than one user to see a file that any one on the team with our app installed has copied into its folder?**
Also, is it possible to share the app's folder with other users? Alternatively, is it possible to create a subdirectory under it and share that? Whenever I attempt to do this and choose to share it with "specific people" (in the same popup), I get this:
..and the spinner just spins endlessly.
One might think that creating an app with "full Dropbox" scope might work, but the description specifically says "Access to all files and folders *in a user's Dropbox*.", which leads me to believe I'll get the same exact result as I'm currently dealing with.
Thank you. I've been having a problem trying to find these answers. The answers may be out there, but maybe this question will further increase the surface area in which to find them for other developers.