diff --git a/lib/client/storage/_dropbox.js b/lib/client/storage/_dropbox.js index 7b0cccb2..24366158 100644 --- a/lib/client/storage/_dropbox.js +++ b/lib/client/storage/_dropbox.js @@ -155,6 +155,9 @@ var CloudCmd, Util, DOM, Dropbox, cb, Client; path : path, files : [] }; + + if (path !== '/') + path += '/'; if (error) msg = error.responseText;