Skip to main content

File manager

The file manager tool lets you interact with files in your files in Flowize. To use the file manager tool, you need to go to your flow and click on tools> click on file manager > choose then drag and drop in the flow.

file manager

Now we will discuss these tools, what they do and how to use them one by one.

Compress file or folder​

This Tool is used for compressing files or folders and make a zip file. After compressing the files, they will be stored in your file manager, and you can use it through the incoming response.

file manager

Input Parameters​

ParameterUsageMandatory
File or folder pathExact path of the file in your file managerYes
Name of the Compressed fileWhat will be the name of the file after compressingNo
Overwrite file?If you want to remove the original file choose this.Yes

Response parameters​

In response, you will be able to find the error code, message, and file path. You can use those in the next tool.

Delete a file​

This Tool is used for Deleting files from your file manager. file manager

Input Parameters​

ParameterUsageMandatory
File name and pathWrite the path of your file and file nameYes

Response parameters​

In response, you will be able to find the errors, message, and file path. You can use those in the next tool.

Delete a folder​

This Tool is used for Deleting folders from your file manager.

Input Parameters​

ParameterUsageMandatory
Folder name and pathWrite the path of your folder and name of the folderYes

Response parameters​

In response, you will be able to find the errors, message, and file path. You can use those in the next tool.

Does the file exists ?​

This Tool is used for check if the file exists in your file manager.

Input Parameters​

ParameterUsageMandatory
Folder name and pathWrite the path of your folder and name of the fileYes

Response parameters​

In response, you will be able to find the errors, message, exists and file path. You can use those in the next tool.

Download file from URL​

This Tool is used for download files in your file manager. file manager

Input Parameters​

ParameterUsageMandatory
URLWrite the link of your file (Must end with one of the allowed extensions).Yes
Folder nameWrite the path of your folder where you want to save the fileYes
Name of the fileWrite the name of the file and extensionYes

Extra Parameters​

Custom API header can be added in this section.

Example: Some API Requires API Key . you can add it here.

Response parameters​

In response, you will be able to find the errors, message,file size and file path. You can use those in the next tool.

Generate public URL for a file​

This Tool is used for generate a URL that allows access to the file. file manager

Input Parameters​

ParameterUsageMandatory
File Name and pathWrite the path of your folder and name of the fileYes
Domain Base URlYour custom domain urlYes

Response parameters​

In response, you will be able to find the errors, message and file path. You can use those in the next tool.

Read a file​

This Tool is used for reading file in your file manager. file manager

Input Parameters​

ParameterUsageMandatory
File Name and pathWrite the path of your folder and name of the fileYes
Read only one lineread the file line by lineYes
line numberHow many lines you want to readYes

Response parameters​

In response, you will be able to find the errors, message, file path and Num lines, current line, next line and line size. You can use those in the next tool.

Write a file​

This Tool is used for writing file in your file manager. file manager

Input Parameters​

ParameterUsageMandatory
File Name and pathWrite the path of your folder and name of the fileYes
ContentWrite your content here that you want to writeYes
Writing OptionOverwrite will wipe your current content and replace with new one and append will add the content at the endYes
Create FileChoose if you want to create a fileYes
Decode contentWhen Content is a B64 encoding file, it's necessary choose decode in Base64 to get the file directly in the file manager section.Yes

CHARACTER ENCODING AND LINE TERMINATOR​

file manager

ParameterUsageMandatory
Change Character encodingIf your Content is not encoded in UTF-8. You need select the proper character encoding.Yes
Line TerminatorThis is for the specific case when you want to append the content and you need it to be in a new line, you must select the type of line terminator to use.Yes

Response parameters​

In response, you will be able to find the errors, message, file path and file size. You can use those in the next tool.