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;
-
Like you already have done, change the existing files names
mv dropbox.js OLD_dropbox.js
etc. so can always roll back. -
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 -
-
In your dropbox folder create the new file -
nano dropbox.js
and paste the code that you've copied. Save the file. -
Do the same for the other
23 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.