Hello!
I'm using the Javscript SDK to build an app where my employees are able to search through specific invoice files on my Dropbox that have been cross checked with the Intuit Quickbooks API. Am I required to use OAuth to apply for production? I see there are methods with the SDK to automatically refresh the authorization token and I would prefer to do it like that. I don't have/want multiple users on my Dropbox, I'd like this app to just be a middleman where employees have access to a small amount of files.
Thanks.