Delete Dropbox PNG files older than 48 hours on a schedule

πŸš€ What this workflow does

This 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.

βš™οΈ How it works

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:

Are older than 48 hours Match the .png format Are not in excluded paths Are not protected filenames

Loop Over Items Processes files in batches to avoid API rate limits

Delete Files Permanently removes the filtered files from Dropbox

🧩 Requirements

n8n (cloud or self-hosted) Dropbox account Configured Dropbox OAuth2 credentials

πŸ”§ Setup

Import the workflow into n8n Connect your Dropbox OAuth2 credentials (Optional) Adjust the schedule trigger Test the workflow with sample files Activate the workflow

πŸŽ› Customization

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

⚠️ Important notes

Files are permanently deleted (no recovery step included) Always test before enabling in production Ensure correct permissions in your Dropbox credentials

πŸ’‘ Use cases

Clean up AI-generated images automatically Manage temporary automation files Prevent Dropbox storage overflow Maintain clean file systems for pipelines

🏁 Summary

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.

πŸ‘‹ Need help or want to customize this workflow?

πŸ“Ί Contact: Fiverr πŸ“© Consultation: Book Appointment

0
Downloads
0
Views
7.19
Quality Score
beginner
Complexity
Author:Afigo Sam(View Original β†’)
Created:4/23/2026
Updated:6/27/2026

πŸ”’ Please log in to import templates to n8n and favorite templates

Workflow Visualization

Loading...

Preparing workflow renderer

Comments (0)

Login to post comments