Hi guys.
I'm creating a React app. I'm planning to save files uploaded by the user in my Dropbox. Is it possible through the API?
By the way, I tried using an access token generated from the Dropbox site, and it is working fine. However, after a couple of hours, the token expires, so I need to generate it again and update the code. Is there any solution using any of the Dropbox API?