Hi,
I'm working on Dropbox project with old version APIs.I get token from app but when i call api with that token sometimes its working after the 1 day its showing expired.can you guys pls advise on this.
Long-lived (or permanent) tokens were deprecated back in 2021 and can no longer be created. You now use refresh tokens to retrieve new short-lived tokens as needed. See here for more information:
Thanks you for response