Download files from Google Drive.

Parameters:
See dedicated page for more information.
See dedicated page for more information.
Download or export files from Google Drive by ID and save them to your job’s working folder.
Create a Cloud project → enable Google Drive API.
Configure OAuth consent screen (External, add yourself as test user).
Create OAuth 2.0 Client (Web application)
https://developers.google.com/oauthplaygroundIn OAuth 2.0 Playground:
https://www.googleapis.com/auth/drive.readonlyhttps://www.googleapis.com/auth/drivehttps://www.googleapis.com/auth/drive.file

Note
- Use the plain file ID (not the whole Drive/Docs URL).
- Always save under
records/…(e.g.,records/test.pdf,records/photo.jpg).
| Parameter | Set this |
|---|---|
| Remote fileid to download | Select FileID column |
| Local filepath (to save locally) | Select SavePath column |
| Client id / Client secret / Refresh token | Values from OAuth Playground |
| Debug information level | basic (switch to verbose for troubleshooting) |
| Number of retries on connection error | 2 (bump to 3 if needed) |
| Error Management | continue with status ERROR |
| Optional: extra parameters for cURL | (Leave blank to start) |
Click Run.
Process → Data tab shows one row per input:
FileID, SavePath, _GDrive_Status (e.g., ok, Error (connection), Not found).Check records panel for your file, e.g. records/test.docx.

404 Not Found
Error (connection) / repeated “Download failed… Retrying…”
Records/....retries=3.insufficientPermissions (403)
drive.readonly or drive).Line “Authorization required, but no authorization protocol specified”
