We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.

Forum Discussion

pritesh12's avatar
pritesh12
Helpful | Level 5
2 years ago

About DropBox Developer API Access Token

Hello Developers! I am new to Dropbox API and I am facing issues with Access Tokens. I am building a MERN application where I have to store the access token in environmental variables. Here as Access...
  • Здравко's avatar
    Здравко
    2 years ago

    pritesh12 wrote:
    ... I have to do it by hand each time🥲

    "Have to"??? Why? 🤔 Is there something that prevent using refresh token in your scenario? If you use official SDK refreshing is done automatically, so you don't need to change much in your code. 😉 If you use your own implementation, depending of your design skills (if you have organized you credentials dynamically), may be easy to add automatic refresh too (similar as done in Dropbox SDKs).