diff --git a/lib/client/storage/_dropbox.js b/lib/client/storage/_dropbox.js index 24366158..cba522a4 100644 --- a/lib/client/storage/_dropbox.js +++ b/lib/client/storage/_dropbox.js @@ -157,7 +157,7 @@ var CloudCmd, Util, DOM, Dropbox, cb, Client; }; if (path !== '/') - path += '/'; + json.path += '/'; if (error) msg = error.responseText;