changed chose type to direct links

This commit is contained in:
coderaiser 2012-12-03 09:21:44 -05:00
parent 49763d1d06
commit ea8b13cd95

View file

@ -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);
},