Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
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.
You would need to implement and use the OAuth app authorization flow in order to request and be approved for production status. Note that production status is only required for apps that need to be connected to more than 50 different Dropbox accounts, and without the OAuth flow there isn't a way to connect an app to more than 50 different accounts anyway.
It sounds like your app is only meant for connecting to your own Dropbox account though, in which case you don't need production status.
Note that using a refresh token is a way to get new short-lived access tokens for a single particular account, regardless of how many different accounts are connected to the app overall, or whether the app has production status.
Hi there!
If you need more help you can view your support options (expected response time for a ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!