🎉 Refresh tokens in node-red-node-dropbox (Now published as v2.0.0)

Stephen, Is your dropbox node up to date to start with, - v1.1.1 ?
If so, it's most likely a copy/paste error.

The way I did it is;

  1. Like you already have done, change the existing files names mv dropbox.js OLD_dropbox.js etc. so can always roll back.

  2. Open Bart's git fork to the file that you want to copy - dropbox.js
    Use the 'Copy Raw Contents' button to copy the file contents -
    copy

  3. In your dropbox folder create the new file - nano dropbox.js and paste the code that you've copied. Save the file.

  4. Do the same for the other 2 3 files, and then restart node-RED

[EDIT - ] Also update the package.json file as it now contains the latest 'dropbox library' and run npm update from within the dropbox folder to update the library.