node package version

While you have the dropbox node package, it is a older one, can you upgrade to the latest?

I did a quick test in rules with var dropbox = require("dropbox@2.5.4"); and it seems to work fine although this version is not listed in the pre-installed modules list. However, the version may still be available even though it does not appear on that list so I would suggest for you to confirm if the above also works for you and if not update the question with where are you using this module (rules, custom database script, etc) and in which region is your account located.

Awesome, adding on the version worked. I did not know that!

Awesome, adding on the version worked. I did not know that!

Yes, adding the version will allow to request a specific version when multiple package versions are available. For the dropbox case it seems 2.5.4 was already available although not being listed.