Dropbox · Find duplicates

Updated August 12, 2026 · min read

How to Find Duplicate Files in Dropbox

Use Dropbox content hashes to find byte-identical files, then review paths, sharing, and team-space context.

Dropbox accounts accumulate repeated uploads, restored archives, device exports, and manually copied project folders. Conflicted copies are especially important because they may contain separate edits and should not be assumed redundant from their filename. Exact detection needs a content-derived signal rather than a suffix, timestamp, or visual resemblance.

ClearCopies connects through Dropbox OAuth with read-only metadata and content scopes, follows the account root including visible team-space content, and reads the provider’s `content_hash`. Dropbox documents this field specifically for comparing remote file contents without downloading them. ClearCopies requires matching size and hash, then presents the paths for review.

A practical checklist

  1. 1Pause large device syncs or restores during the inventory.
  2. 2Connect the intended Dropbox account using the read-only first flow.
  3. 3Require matching byte size and Dropbox content_hash for exact groups.
  4. 4Review shared folders, team roots, conflicts, and canonical paths.
  5. 5Export keeper decisions before considering any write permission.

Understand the situation

Dropbox accounts accumulate repeated uploads, restored archives, device exports, and manually copied project folders. Conflicted copies are especially important because they may contain separate edits and should not be assumed redundant from their filename. Exact detection needs a content-derived signal rather than a suffix, timestamp, or visual resemblance.

Names and timestamps help a person understand context, but they are not exact-match evidence. For a metadata-only scan, matching byte size plus a provider-supported content fingerprint is the boundary between a candidate and a confirmed exact group.

Use a controlled workflow

ClearCopies connects through Dropbox OAuth with read-only metadata and content scopes, follows the account root including visible team-space content, and reads the provider’s `content_hash`. Dropbox documents this field specifically for comparing remote file contents without downloading them. ClearCopies requires matching size and hash, then presents the paths for review.

Review the groups in small batches. Favor obvious staging or import folders first, preserve shared or protected items for manual review, and require at least one retained copy in every group.

  • Connect the intended Dropbox account using the read-only first flow.
  • Require matching byte size and Dropbox content_hash for exact groups.
  • Review shared folders, team roots, conflicts, and canonical paths.

Make the final decision

Choose the keeper by canonical folder, sharing state, useful history, and team ownership. Keep more than one copy when permissions or workflows require separate items. Treat conflicted copies as a manual comparison problem unless their hashes truly match. The first connection cannot move or delete files; any later deleted-files action requires separate write consent.

ClearCopies does not download file bodies during its initial scan and does not silently remove results. It produces exact groups from cloud metadata so the user can review and export a plan before any separate write step.

Limits and risks to check

  • Conflicted copies can preserve different edits even when names are similar.
  • Shared and team-space files may have ownership or policy constraints.
  • Deleting one item can disrupt a path or link used by collaborators.
  • A changed file must be revalidated after the original scan.

Official references

Frequently asked questions

What evidence does ClearCopies use for Dropbox?

It compares byte size and the Dropbox-provided `content_hash`. Matching names or dates alone remain review clues, not exact-copy proof.

Does ClearCopies download every Dropbox file?

No. The exact scan uses metadata and Dropbox’s content hash. Original file bodies are not downloaded merely to group exact copies.

Can the first Dropbox connection delete files?

No. The implemented initial OAuth scopes exclude `files.content.write`. A later cleanup would require separate consent and still obey the server cleanup gate.

Scan first. Decide with evidence.

ClearCopies reads Dropbox metadata and groups exact copies by byte size plus content_hash. Original file bodies are not downloaded for the scan. You review the result and export a plan before any separate write step.