diff --git a/lib/client/storage/_dropbox.js b/lib/client/storage/_dropbox.js index 337937a7..5fb32ded 100644 --- a/lib/client/storage/_dropbox.js +++ b/lib/client/storage/_dropbox.js @@ -8,9 +8,7 @@ var CloudCommander, DOM, Dropbox; //o7d6llji052vijk CLIENT_ID, DropBoxStore = {}, options = { - linkType: "preview", - // "preview" (default) is a preview link to the document for sharing, - // "directLink" is an expiring link to the contents of the file for downloading + linkType: "direct", success: function(files) { console.log("Here's the file link:" + files[0].link); },