Skip to content

CxTowerFile

Files

Method download

Wrapper function for file download. Use it for custom hooks implementation.

Args: raise_error (bool, optional): Will raise and exception on error if set to 'True'. Defaults to False.

Method upload

Wrapper function for file upload. Use it for custom hooks implementation.

Args: raise_error (bool, optional): Will raise and exception on error if set to 'True'. Defaults to False.

Method delete

Wrapper function for file removal. Use it for custom hooks implementation.

Args: raise_error (bool, optional): Will raise and exception on error if set to 'True'. Defaults to False.