mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-27 01:36:28 +00:00
added ability to upload files to GDrive
This commit is contained in:
parent
982e0d959e
commit
ef71f4a577
6 changed files with 122 additions and 46 deletions
|
|
@ -9,7 +9,6 @@ var CloudCommander, Util, DOM, $, Github, cb;
|
|||
|
||||
APIURL = '/api/v1',
|
||||
AuthURL = APIURL + '/auth',
|
||||
GitHubIdURL = APIURL + '/github_key',
|
||||
|
||||
GitHub_ID,
|
||||
GithubLocal,
|
||||
|
|
@ -103,7 +102,7 @@ var CloudCommander, Util, DOM, $, Github, cb;
|
|||
Util.exec(pCallBack);
|
||||
}
|
||||
|
||||
/* PUBLICK FUNCTIONS */
|
||||
/* PUBLIC FUNCTIONS */
|
||||
GithubStore.basicLogin = function(pUser, pPasswd){
|
||||
GithubLocal = new Github({
|
||||
username: pUser,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue