I want a handful of users to be able to read and write files to a folder programmatically.
I've created an App and, using the "Generate Token" button, I can read and write to the App folder programmatically. Now, I want to enable a limited set of other users to do the same. What's the best way to do so?
The App page says I should use OAuth to add others to the App. However, why not just generate and share one token per user?That way, I can restrict access to the users I want and, if needed, revoke the token. If I use OAuth, how would I limit access to just the few users that qualify?