Hi all,
I am writing my first app that uses the Dropbox Python SDK and I was wondering if the OAuth2 refresh tokens ever expire.
Many thanks in advance for your replies!
Dropbox OAuth 2 refresh tokens don't expire by themselves, but the user or app can revoke them on demand.
Thanks Greg!