Hi,
I just move my app to use a short live access token.
There are some points I am not sure about
1. If I am using the SwiftyDropbox SDK, It handles the refresh token process. I just need to use this function
authorizeFromControllerV2
instead of this
authorizeFromController
2. Do I need to set the token to a short one in the app console? or does this "authorizeFromControllerV2" get only short tokens?
3. The access token spouse to be of 4 hours, but the "tokenExpirationTimestamp" is set to "1630253071.708452".
In which units is the timestamp?