Skip to content

Upload files to Nextcloud¤

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 uploads files to a specified Nextcloud service instance.

Given the URL of the target Nextcloud instance along with your credentials, you can specify any directory to which files should be uploaded.

Input¤

If this workflow has an input, it will take the data that comes in instead of the selected source file.

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 to a specific directory to which to upload files.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¤

The file which you would like to upload. If this is set, no connections in the workflow are allowed

  • Datatype: string
  • Default Value: None

Comments