Google: Drive Uploader
Upload an incoming file (or JSON payload) into a Google Drive folder.
Pre-requisite: Install a Google Drive application in Profile > {Organization} > Applications to grant Zparse access.
Parameters
Google Drive Accountrequired
Configured
Google Drive application.Folderrequired
Destination folder in Drive (selected via the Drive picker — stores the folder id and display name).
Input
Filerequired
Payload to upload — accepts File or JSON (JSON is serialized to a
.json file before upload).
Output
Response
JSON metadata returned by the Drive API for the uploaded file (id, name, mime type, …).