Skip to content

Nextcloud 节点#

使用 Nextcloud 节点在 Nextcloud 中自动化工作,并将 Nextcloud 与其他应用程序集成。n8n 内置支持广泛的 Nextcloud 功能,包括创建、更新、删除和获取文件和文件夹,以及检索和邀请用户。

在此页面上,您将找到 Nextcloud 节点支持的操作列表以及更多资源的链接。

凭据

请参考 Nextcloud 凭据 获取设置身份验证的指导。

此节点可用作 AI 工具

此节点可用于增强 AI 代理的功能。以这种方式使用时,许多参数可以自动设置,或使用 AI 指导的信息设置 - 在 AI 工具参数文档中了解更多信息。

操作#

  • File 文件
    • Copy a file 复制文件
    • Delete a file 删除文件
    • Download a file 下载文件
    • Move a file 移动文件
    • Share a file 共享文件
    • Upload a file 上传文件
  • Folder 文件夹
    • Copy a folder 复制文件夹
    • Create a folder 创建文件夹
    • Delete a folder 删除文件夹
    • Return the contents of a given folder 返回给定文件夹的内容
    • Move a folder 移动文件夹
    • Share a folder 共享文件夹
  • User 用户
    • Invite a user to a Nextcloud organization 邀请用户加入 Nextcloud 组织
    • Delete a user. 删除用户。
    • Retrieve information about a single user. 检索单个用户的信息。
    • Retrieve a list of users. 检索用户列表。
    • Edit attributes related to a user. 编辑与用户相关的属性。

模板和示例#

Save email attachments to Nextcloud

by Manu

View template details
Backs up n8n Workflows to NextCloud

by dave

View template details
Move a nextcloud folder file by file

by Nico Kowalczyk

View template details
Browse Nextcloud integration templates, or search all templates

如果不支持您的操作该怎么办#

如果此节点不支持您想要执行的操作,您可以使用 HTTP 请求节点来调用服务的 API。

您可以在 HTTP 请求节点中使用为此服务创建的凭据:

  1. 在 HTTP 请求节点中,选择身份验证 > 预定义凭据类型
  2. 选择您要连接的服务。
  3. 选择您的凭据。

有关更多信息,请参阅自定义 API 操作