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

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -