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/infopuid (string)./api.php/Core/account/avatarPOST variable puid with the user's public id instead of the record id (id).puid but instead responds with the HTTP 500 code./api.php/Drive/files/unshareuid (int) but instead it takes puid (string)./api.php/Drive/files/sharerole (string) which can have one of the values viewer, commenter, uploader or contributor. See this page for details on the permission levels.uid (int) but instead it takes puid (string)./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 |
meta[perms] data is no longer included in the response.perms) is no longer included in the response.details[uuid] argument no longer exists./api.php/Core/!admin/users/editnotify (with the value 1) to have FileRun e-mail the new credentials to the user. It works the same as the Send a notification now checkbox available when modifiying the user account from the FileRun control panel./api.php/Drive/files/uploadPUT HTTP requests and takes a set of new parameters. For more details, please see: API documentation/api.php/Drive/files/zip/api.php/Drive/files/metadata/set/api.php/Drive/files/metadata/fieldsTo 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/weblinkPOST requests.role, which can be: viewer, commenter, editor, uploader.