Hey Dropbox Team,
I am using the Dropbox OAuth2 API for my personal project. But after receiving the authorization code from the user through OAuth URL.

I used it to get the access_token and refresh_token but upon sending the authorization code, the API is only sending access_token which get expired and not refresh token.
Now, how I will be able to refresh the access_token after expiration?
Help me.