Back to bricks list
Introduction
Getting Started
Developer guide
Release
Architecture
CLI
Technical documentations
Version

FsNodeService

Functions
CALL_FOLDER_SUB_FILE_VIEW - @classmethod
resource_id : str
sub_file_path : str
Return type : CallViewResult
CREATE_FS_NODE_MODEL - @classmethod
fs_node : FSNode
Return type : ResourceModel
CREATE_TMP_FILE - @classmethod
upload_file : Buffer
file_path : str
Return type : str
DELETE_FOLDER_SUB_NODE - @classmethod
resource_id : str
sub_file_path : str
DOWNLOAD_FILE - @classmethod
fs_node_id : str
Return type : FileResponse
DOWNLOAD_FOLDER_SUB_NODE - @classmethod
resource_id : str
sub_file_path : str
Return type : FileResponse
GET_FILE_TYPES - @classmethod
Return type : List
GET_FOLDER_TYPES - @classmethod
Return type : List
RENAME_FOLDER_SUB_NODE - @classmethod
resource_id : str
sub_file_path : str
new_name : str
UPLOAD_FILE - @classmethod
UPLOAD_FOLDER - @classmethod