FileRun 2026, API migration guide

The error response property has been replaced with the property named msg which is expected to by an array of messages. This property also returns messages on successfull actions now.

All API endpoint URLs have changed, as follows:

Old URL New URL
/api.php/files/browse/ /api.php/Drive/files/browse
/api.php/files/search /api.php/Drive/files/browse
/api.php/files/createfolder/ /api.php/Drive/files/createfolder
/api.php/files/delete/ /api.php/Drive/files/delete
/api.php/files/download/ /api.php/Drive/files/download
/api.php/files/extract/ /api.php/Drive/files/extract
/api.php/files/move/ /api.php/Drive/files/move
/api.php/files/rename/ /api.php/Drive/files/rename
/api.php/files/share/ /api.php/Drive/files/share
/api.php/files/star/ /api.php/Drive/files/star
/api.php/files/thumbnail/ /api.php/Drive/files/thumbnail
/api.php/files/unshare/ /api.php/Drive/files/unshare
/api.php/files/unstar/ /api.php/Drive/files/unstar
/api.php/files/unweblink/ /api.php/Drive/files/unweblink
/api.php/files/upload/ /api.php/Drive/files/upload
/api.php/files/weblink/ /api.php/Drive/files/weblink
/api.php/files/zip/ /api.php/Drive/files/zip
/api.php/files/metadata/ /api.php/Drive/files/metadata/get
/api.php/account/info /api.php/Core/account/info
/api.php/admin-users/add /api.php/Core/!admin/users/add
/api.php/admin-users/delete /api.php/Core/!admin/users/delete
/api.php/admin-users/edit /api.php/Core/!admin/users/edit
/api.php/admin-users/edit_groups /api.php/Core/!admin/users/edit_groups
/api.php/admin-users/info /api.php/Core/!admin/users/info

/api.php/Core/account/info

/api.php/Core/account/avatar

/api.php/Drive/files/unshare

/api.php/Drive/files/share

/api.php/Drive/files/browse

Old path New path
/PHOTOS /ROOT/Media/Photos/Latest
/MUSIC /ROOT/Media/Audio/LatestUploads
/STARRED /ROOT/STARRED
/SHARES /ROOT/Shares/WithUsers
/LINKS /ROOT/Shares/WithLinks

/api.php/Core/!admin/users/edit

/api.php/Drive/files/upload

/api.php/Drive/files/zip

/api.php/Drive/files/metadata/set

/api.php/Drive/files/metadata/fields

Searching files/folders

To search use the same endpoint as for listing folder contents (/api.php/Drive/files/browse) with the parameter search=1 and search_meta[field-id]=keyword, search_contents=keyword or search_filename=keywork.

/api.php/Drive/files/weblink