Forum Discussion

w3Abhishek's avatar
w3Abhishek
Explorer | Level 4
12 months ago
Solved

Dropbox OAuth2 Endpoint not giving refresh Token

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.