Edit file (rename, description, password)

Rename, description, password (blank keeps; clear checkbox removes). Public/premium when not admin-locked.

Edit file (rename, description, password)

Change metadata on one file.

Where to find it

/my-files → row Actions → Edit

How it works

Modal: File code (copyable id), Filename (1–255, no / or \), Description (max 8000), Password (max 128; Leave blank to keep unchanged), Clear download password, Public / Premium when unlocked, Save.

API: PATCH /api/files/mine/{id}. Only active, non-deleted files. Duplicate name in the same folder → 409. Public/premium blocked when admin overrides lock your account (403).

Common problems

Folders have no Edit

Only files. Clearing a password needs the clear checkbox - not an empty field alone.

Public/Premium read-only

Admin locked those fields for your account.

Related