Skip to main content

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, …).