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
Post a Comment