File Storage API Reference
One single API to push and pull data from multiple connectors.
Copy Unified API ID
Visit changelog
10.16.5
List DriveGroups
get/file-storage/drive-groups
Create DriveGroup
post/file-storage/drive-groups
Get DriveGroup
get/file-storage/drive-groups/{id}
Update DriveGroup
patch/file-storage/drive-groups/{id}
Delete DriveGroup
delete/file-storage/drive-groups/{id}
List Drives
get/file-storage/drives
Create Drive
post/file-storage/drives
Get Drive
get/file-storage/drives/{id}
Update Drive
patch/file-storage/drives/{id}
Delete Drive
delete/file-storage/drives/{id}
List Files
get/file-storage/files
Upload file
post/file-storage/files
Search Files
post/file-storage/files/search
Get File
get/file-storage/files/{id}
Rename or move File
patch/file-storage/files/{id}
Delete File
delete/file-storage/files/{id}
Download File
get/file-storage/files/{id}/download
Export File
get/file-storage/files/{id}/export
Create Folder
post/file-storage/folders
Get Folder
get/file-storage/folders/{id}
Rename or move Folder
patch/file-storage/folders/{id}
Delete Folder
delete/file-storage/folders/{id}
Copy Folder
post/file-storage/folders/{id}/copy
List SharedLinks
get/file-storage/shared-links
Create Shared Link
post/file-storage/shared-links
Get Shared Link
get/file-storage/shared-links/{id}
Update Shared Link
patch/file-storage/shared-links/{id}
Delete Shared Link
delete/file-storage/shared-links/{id}
Start Upload Session
post/file-storage/upload-sessions
Get Upload Session
get/file-storage/upload-sessions/{id}
Upload part of File to Upload Session
put/file-storage/upload-sessions/{id}
Abort Upload Session
delete/file-storage/upload-sessions/{id}
Finish Upload Session
post/file-storage/upload-sessions/{id}/finish
File Created
postFileCreated
File Updated
postFileUpdated
File Deleted
postFileDeleted