alisonthemonster / Presently

Android app for recording gratitude journal entries -- over 1 million installs, contribute today!
388 stars 81 forks source link

Dropbox SDK Refresh Tokens #232

Closed alisonthemonster closed 3 years ago

alisonthemonster commented 3 years ago

:scroll: Description

The Dropbox Java SDK used to give us long lived tokens to access their APIs. Now the APIs require short lived refresh tokens, the SDK supports the refreshing and issuing of tokens to new users. We just have to switch to using DbxCredential and to be able to serialize and deserialize the DbxCredential and the original long lived tokens.

:green_heart: How did you test it?