Hi!
I want to get long live connection from an application to Dropbox App folder.
The recommended OAuth authorization in that case is authorization code flow with offline token access type.
After initial authorization application get <AUTHORIZATION_CODE>, <ACCESS_TOKEN> and <REFRESH_TOKEN>.
Is the <AUTHORIZATION_CODE>/<REFRESH_TOKEN> expires and how long for *offline* token access type?