One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
playstationmobile
9 months agoExplorer | Level 4
How can I simply upload files via API without manually generating an access token?
* I have the app secret and key * I had some script working but the access token is short lived, as I used the one I generated from the console * I cant find any API info on how to generate an acce...
- 9 months ago
As seems, it passed long time since you last used your application console to generate long lived access token. Years have passed since this feature has been deprecated and already dropped. If you have some long lived access token, it'll work still, but all new issued access token (it doesn't matter how exactly issued) are mandatory short lived (they have few hours live - typically 4 hours or so).
You can still have long term access (in similar way as has been before), but you need refresh token (one more in addition to access token). The refresh token is long lived and doesn't expire itself. For a possible way (one of number of options) to receive and use refresh token, you may take a look here. Just implement the steps in your application' workflow and all should look the same as before. 😉 You will need to implement in the application the last (repetitive) step only, where new access token will comes up as result of refresh token usage. If you're using some of official Dropbox SDKs, the only thing you need is proper client object initialization with everything needed (including refresh token, app key, and optionally app secret - optional when you used PKCE OAuth flow otherwise mandatory). Dropbox SDK has implemented the last repetitive step already, so you don't need to change anything more; just continue using your code as before.
Hope this gives direction.
playstationmobile
9 months agoExplorer | Level 4
@ Здравко
Thank you. So just to confirm, there is no automated way like I said in my original post right? Being able to run a script where you have app secret and key, and getting tokens is not possible without having to open browsers and deal with auth codes, etc etc. Your link, shows the first step involving opening a web browser in order to get tokens and....well im basically trying to run a cron script daily to back up a folder on a server to my Dropbox.
Greg-DB
Dropbox Staff
9 months agoplaystationmobile Здравко is correct; for more information and examples, please refer to:
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,953 PostsLatest Activity: 5 months ago
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 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!