Hi, I need to implement long-live token generation via c# code
I found this reference https://github.com/dropbox/dropbox-sdk-dotnet/blob/main/dropbox-sdk-dotnet/Examples/OAuthPKCE/Program.cs
Unfortunately, this code returns token with the "sl." prefix, so it's short-lived access token.
My main question is : does DropBox Api supports refresh token functionality ?
If yes, how to do it properly, please, provide a reference to code samples