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

Forum Discussion

lsteel11's avatar
lsteel11
Explorer | Level 4
3 years ago

Long-term Access Token for using in Node Red

Hi,    I am trying to sync data from a raspberry pi to a dropbox app, so that I can access the data remotely in real time (e.g. it updates every 10 mins). I created a flow in Node Red to do this,...
  • Greg-DB's avatar
    3 years ago

    1. Yes, using a refresh token is the right way to maintain long-term access without repeated manual interaction.

     

    2. You can find an example of using the Python SDK to process the app authorization flow to get a refresh token here. Once you have the refresh token, you can store and re-use it to make the Dropbox client object whenever you need, without processing the app authorization flow again. The SDK will use the refresh token to perform the refresh process for you automatically.

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

5,877 PostsLatest Activity: 8 hours ago
325 Following

If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.

For more info on available support options for your Dropbox plan, see this article.

If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!