From ea8b13cd952ac1f147cbbf1f4b2fd8ba506d7df2 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 3 Dec 2012 09:21:44 -0500 Subject: [PATCH] changed chose type to direct links --- lib/client/storage/_dropbox.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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); },