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

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

python - build a suggestions list using fuzzywuzzy -