Drive
[sdk/google/Drive]
Works with google drive using the googleapis sdk.
Keywords: google, api, drive
Input ports
action:
Receives the parameters of the google drive base prototype. Example: { "sessionid" : "drive_session", "type": "service_account_auth", "options": { "email" : "email@email.com", "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