Block 1 - Schedule Trigger
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.3
What this workflow does This workflow automatically scans your Dropbox for files and deletes any that are older than 48 hours , helping you keep your storage clean and organized without manual e...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.dropbox, n8n-nodes-base.code, n8n-nodes-base.splitinbatches, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Afigo Sam.
Original n8n.io sourceThis workflow automatically scans your Dropbox for .png files and deletes any that are older than 48 hours, helping you keep your storage clean and organized without manual effort.
Itβs ideal for workflows that generate temporary files such as AI images, exports, or cached assets.
Schedule Trigger Runs every 2 days to perform automated cleanup
Search Dropbox Files
Retrieves all .png files from your Dropbox account
Filter Files (Code Node) Keeps only files that:
.png formatLoop Over Items Processes files in batches to avoid API rate limits
Delete Files Permanently removes the filtered files from Dropbox
Change file age limit
Update the 48 hours logic inside the Code node
Target different file types
Replace .png with .jpg, .mp4, etc.
Exclude additional files/folders Add paths or filenames to the exclusion list
Adjust execution frequency Run daily, hourly, or based on your workflow volume
This workflow provides a simple and reliable way to automate file cleanup in Dropbox. By combining scheduled execution with smart filtering, it helps you maintain an efficient and clutter-free storage system.
πΊ Contact: Fiverr π© Consultation: Book Appointment
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 | Delete Dropbox PNG files older than 48 hours on a schedule |
|---|---|
| Complexity | intermediate |
| Nodes | 13 |
| Categories | File Management |
| Author | Afigo Sam |
| Published | 15 Apr 2026 |
Use the JSON export at /data/workflows/15079/15079.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.
What this workflow does This workflow automatically scans your Dropbox for files and deletes any that are older than 48 hours , helping you keep your storage clean and organized without manual e...
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 File Management use case.