Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
ivan006
5 years agoHelpful | Level 6
is the files/list_folder endpoint only available with token not with the key/secret pair?
i want to make an app that has unwavering access to a dropbox folder but it seems it only can use "files/list_folder" with an quick to expire token.
1 Reply
- Greg-DB5 years ago
Dropbox Community Moderator
The /2/files/list_folder endpoint only supports "user authentication", meaning it does require an access token. It does not support calling just using an app key/secret.
It sounds like you're probably using an access token retrieved via the API Explorer though. The API Explorer has early access to an upcoming feature where an app can retrieve access tokens that are short-lived. If you use your own app to get an access token instead, e.g., via the OAuth flow, or just by clicking the "Generate" button on the app's info page on the App Console, that access token won't expire by itself, so you can store and re-use that long term instead.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
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!