Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
DropboxDB.prototype.connect = function(options) {
this._client = new Dropbox.Client(options);
this._client.authDriver(new Dropbox.Drivers.NodeServer({port: 8192}));
};