Delete file(s) from google Drive.

Parameters:
See dedicated page for more information.
See dedicated page for more information.
Permanently deletes one or more Google Drive files using their File ID.
This is a hard delete (not “move to trash”).
https://www.googleapis.com/auth/drive.InlineTable → GDrive Delete → RunToFinishLine
Create a single column named FileID and put one File ID per row.


Open Parameters and set:
File id to delete (idFile): bind to the FileID column
(click the “…” picker and choose InlineTable → FileID).
Client id: <YOUR_CLIENT_ID>
Client secret: <YOUR_CLIENT_SECRET>
Refresh token: <YOUR_REFRESH_TOKEN>
Debug information level: nothing / basic / verbose (pick verbose while testing).
Optional: extra parameters for cURL (idOptional): (optional)
Recommended while testing: -L --fail-with-body
Number of retries on connection error (nRetry): 2–3
Error Management:
abort pipeline execution with error (strict) orcontinue with status ERROR (keeps the run going and marks the row)
verbose, you’ll also see the HTTP calls._GDrive_Status = OK (or an error).Screenshot placeholders:
[C] Pipeline – three nodes
[D] Process Log – Success

404 Not Found
403 Forbidden / insufficientFilePermissions
Invalid Credentials
Shared drives
