Bulk actions

Select up to 200 items: public/premium (files only), move, copy links. Multi-select trash may fail if bulk-delete route is missing.

Bulk actions

Act on several files or folders at once.

Where to find it

/my-files - selection bar after you select rows

How it works

Select all or pick rows (bulk update/move: 1–200 IDs). Flag actions (Set to public/private, Set to premium/non-premium) apply to files only - folders are skipped. Copy links copies download URLs for selected files. Move here moves into a destination folder.

Trash on a single row uses DELETE /api/files/mine/{id} (soft-delete). Multi-select Trash posts /api/files/mine/bulk-delete - if that route is missing on your build, trash items one at a time or via the API v1 bulk path when enabled.

Admin public/premium locks block bulk flag updates (403).

Common problems

Nothing selected

You will see a select-one-or-more prompt.

Only folders selected for public/premium

Flag bulk skips folders - select files.

Related