My need is to have a simple web form that also lets people upload some pdf\'s. What I was thinking I could do (because of the size and number of uploaded files) is to tie the ba
While this isn't the intended use, the basic idea would be to manually get an authorized access token for the account once, and save and reuse it for all future calls. (Just be sure not to revoke it.)
It is essentially the same way you would manage multiple users, except that each user just reuses the same access token, instead of their own.