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 Account—REQUIRED
Configured
Google Drive application.Folder—REQUIRED
Destination folder in Drive (selected via the Drive picker — stores the folder id and display name).
Input
File—REQUIRED
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, …).