List Nextcloud files¤
Python Plugin
This operator is part of a Python Plugin Package. In order to use it, you need to install it, e.g. with cmemc.
This workflow task creates a structured output from a specified Nextcloud service instance.
Given the URL of the target Nextcloud instance along with your credentials, you can specify any directory from which data should be extracted. Additionally, you may define file patterns to include or exclude specific files within the selected directory.
Important:¤
To establish a secure connection, you must generate a dedicated app-specific password and username in the Security section of your Nextcloud account settings. Do not use your standard login credentials.
Parameter¤
Nextcloud URL¤
The Base URL of your Nextcloud service, e.g. https://cloud.example.com
.
- Datatype:
string
- Default Value:
None
API identification¤
The identification generated by the app-password function in Nextcloud.
- Datatype:
string
- Default Value:
None
API token¤
The token generated by the app-password function in Nextcloud.
- Datatype:
password
- Default Value:
None
File or directory path¤
The path of a specific file or directory that needs to be transformed. Includes all the subdirectories. Leave empty or type ‘/’ for root directory.When pasting a directory path, select ‘Custom entry:’ to trigger autocompletion andcheck if the folder is recognized.
- Datatype:
string
- Default Value:
None
File expression using *¤
A filepath for searching specified files through the given path.Leave blank for all file types.E.g. searching for *.txt results in all .txt files under the given directory and its subdirectories.
- Datatype:
string
- Default Value:
None
Error on empty result¤
A flag indicating weather an empty output will throw an error.
- Datatype:
boolean
- Default Value:
false
Exclude files in subfolders.¤
A flag indicating whether files located in subfolders should be excluded from the workflow.
- Datatype:
boolean
- Default Value:
false