Spreadsheet
[sdk/google/Spreadsheet]
Works with google spreadsheet using the googleapis sdk.
Keywords: google, api, spreadsheet
Input ports
action:
{ "sessionid": string, "type": ("service_account_auth" or "update"), "options": {string: any} }
Receives the parameters of the google spreadsheet base prototype. Example: { "sessionid" : "drive_session", "type": "service_account_auth", "options": { "email" : "[email protected]", "keyFile": null, "key": "TopSecretKey!" } }
Output ports
done:
any
Sends the result fo the action. Example: null
error:
{"error": string}
Sends the error which happened during the execution of the action. Example:. {error: "Something went wrong!"}
Dependencies
(by compilation target and repository)
es6-node:
npm:
googleapis
Last updated