You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

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).