We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
adamatronix
9 months agoNew member | Level 2
Getting 409 error when trying to list folders when using refresh token
I've just started playing around with the sdk, and been using the generated access token in the Settings. I realized this token expires every 4 hours, so I want to implement the refresh token. http...
adamatronix
9 months agoNew member | Level 2
I am passing in the refresh token as well. My understanding is that I don't need to manually need to use the refresh token to get a new access token, as this staff member mentions: https://www.dropboxforum.com/discussions/101000014/dropbox-api---check-and-refresh-access-token/813244/replies/813292
Alternatively I could just use the refresh token to manually get the access token like so??
curl https://api.dropbox.com/oauth2/token \
-d refresh_token=<REFRESH TOKEN> \
-d grant_type=refresh_token \
-d client_id=<APP KEY> \
-d client_secret=<APP SECRET>
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!