mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(dropbox) encodedKey -> key
This commit is contained in:
parent
4a469ef1a5
commit
8fc463836c
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ var CloudCmd, Util, DOM, Dropbox, cb, Client;
|
|||
CloudCmd.getModules(function(pModules){
|
||||
var lStorage = Util.findObjByNameInArr(pModules, 'storage'),
|
||||
lDropBox = Util.findObjByNameInArr(lStorage, 'DropBox'),
|
||||
lDropBoxKey = lDropBox && lDropBox.encodedKey;
|
||||
lDropBoxKey = lDropBox && lDropBox.key;
|
||||
|
||||
Client = new Dropbox.Client({
|
||||
key: lDropBoxKey
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue