Baserow 凭据(Baserow credentials)#
你可以使用以下凭据验证以下节点:
🌐 You can use these credentials to authenticate the following node:
先决条件(Prerequisites)#
在任何托管的 Baserow 实例或自托管实例上创建一个 Baserow 账户。
🌐 Create a Baserow account on any hosted Baserow instance or a self-hosted instance.
支持的身份验证方法(Supported authentication methods)#
- 基本身份验证
- 令牌
相关资源(Related resources)#
有关该服务的更多信息,请参阅Baserow的文档
🌐 Refer to Baserow's documentation for more information about the service.
有关该 API 的具体信息,请参阅 Baserow 的自动生成 API 文档。
🌐 Refer to Baserow's auto-generated API documentation for more information about the API specifically.
使用基本身份验证(Using basic auth)#
要配置此凭据,你需要:
🌐 To configure this credential, you'll need:
- 你的 Baserow 主机
- 用于登录的用户名和密码
请按照以下步骤操作:
🌐 Follow these steps:
- 请输入 Baserow 实例的 主机:
- 对于 Baserow 托管的实例:保持为
https://api.baserow.io。 - 对于自托管实例:设置为你的自托管实例的 API URL。
- 对于 Baserow 托管的实例:保持为
- 输入 n8n 应使用的用户账户的 用户名。
- 请输入该用户账户的密码。
有关创建用户账户的信息,请参阅 Baserow 的 API 认证文档。
🌐 Refer to Baserow's API Authentication documentation for information on creating user accounts.
使用令牌(Using a token)#
要配置数据库令牌凭证,你需要:
🌐 To configure the database token credential, you'll need:
- 你的 Baserow 主机
- 在 Baserow.io 上创建的 数据库令牌,需要 用户名 和 密码 登录。
创建数据库令牌(Creating the database token)#
- 在 Baserow 中,使用你的用户名和密码登录。
- 点击左上角的工作区,然后选择 我的设置。
- 在打开的屏幕中,点击 数据库令牌。
- 点击 创建令牌。
- 为令牌输入名称和工作区。
- 点击 创建令牌 以完成。
要在 n8n 中创建凭证,请按照以下步骤操作:
🌐 To create the credential in n8n, follow these steps:
- 请输入 Baserow 实例的 主机:
- 对于 Baserow 托管的实例:保持为
https://api.baserow.io。 - 对于自托管实例:设置为你的自托管实例的 API URL。
- 对于 Baserow 托管的实例:保持为
- 输入你创建的数据库令牌。