Is there a simple javascript API for Google Drive? -


the google drive api looks more complicated me like, stuff authorization, client-ids, scopes, boundaries, delimiters , on.

if have javascript code in browser, , logged google account, more hoping simpler api like:

google.drive.savefile(path, contents, statuscallback); google.drive.loadfile(path, onloadcallback); 

i guess there parameters depending on type of data being stored (e.g. string, binary), along these lines.

is there javascript wrapper google drive provides simple this?

checkout apps script , driveapp.


Comments

Popular posts from this blog

javascript - Can Piwik report referrer in real time? -

asp.net - Google Drive Access: At least one client secrets (Installed or Web) should be set -

excel vba add hyperlink to shape in group -