Block 1 - New PDF Uploaded to Drive
- Type / Role
- n8n-nodes-base.googleDriveTrigger - googleDriveTrigger
- Config choices
- Version 1
Important: This workflow uses the Autype community node and requires a self hosted n8n instance. This workfl...
n8n-nodes-base.googledrivetrigger, n8n-nodes-base.googledrive, n8n-nodes-autype.autype, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by 8Automator.
Original n8n.io sourceImportant: This workflow uses the Autype community node and requires a self-hosted n8n instance.
This workflow watches a Google Drive folder for new PDF uploads. When a new file appears, it automatically creates two secure versions (one with a "CONFIDENTIAL" watermark and one with password protection) and saves both back to the same folder. Activate and forget.
Legal teams, compliance officers, and anyone who needs every PDF in a shared folder to be watermarked and locked automatically. Common scenarios: securing contracts before client review, stamping internal reports with "CONFIDENTIAL", or ensuring all documents in a compliance folder are password-protected.
The workflow uses a Google Drive Trigger to detect new PDFs in a watched folder. For each new file it creates filename-watermark.pdf (with a diagonal text watermark) and filename-protected.pdf (encrypted with user and owner passwords), then uploads both back to the same Google Drive folder.
*-watermark.pdf to Drive*-protected.pdf to Drivereport.pdf → report-watermark.pdf / report-protected.pdf).n8n-nodes-autype) via Settings → Community Nodes.YOUR_FOLDER_ID in the trigger node and both Google Drive upload nodes with your actual folder ID. You can find it in the folder's URL: https://drive.google.com/drive/folders/YOUR_FOLDER_ID.Note: This is a community node. It is not maintained by the n8n team. You need a self-hosted n8n instance to use community nodes.
n8n-nodes-autype community node installedYOUR_FOLDER_ID in the trigger and both upload nodes (you can use separate input and output folders if preferred)text field in the Add Watermark node (common options: "DRAFT", "INTERNAL USE ONLY", "DO NOT COPY", or your company name)This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Watermark and password-protect new Google Drive PDFs with Autype |
|---|---|
| Complexity | intermediate |
| Nodes | 11 |
| Categories | Document Extraction, Multimodal AI |
| Author | 8Automator |
| Published | 05 Mar 2026 |
Use the JSON export at /data/workflows/13892/13892.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Important: This workflow uses the Autype community node and requires a self hosted n8n instance. This workfl...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Document Extraction, Multimodal AI use case.