added ability to upload files to GDrive

This commit is contained in:
coderaiser 2012-12-13 10:32:53 -05:00
parent 982e0d959e
commit ef71f4a577
6 changed files with 122 additions and 46 deletions

View file

@ -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,