节点与集成
NocoDB credentials
You can use these credentials to authenticate the following nodes:
Supported authentication methods
- API token (recommended)
- User auth token
User auth token deprecationNocoDB deprecated user auth tokens in v0.205.1. Use API tokens instead.
Related resources
Refer to NocoDB's API documentation for more information about the service.
Using API token
To configure this credential, you'll need a NocoDB instance and:
- An API Token
- Your database Host
To generate an API token:
- Log into NocoDB and select the User menu in the bottom left sidebar.
- Select Account Settings.
- Open the Tokens tab.
- Select Add new API token.
- Enter a Name for your token, like
n8n integration. - Select Save.
- Copy the API Token and enter it in your n8n credential.
- Enter the Host of your NocoDB instance in your n8n credential, for example
http://localhost:8080.
Refer to the NocoDB API Tokens documentation for more detailed instructions.
Using user auth token
Before NocoDB deprecated it, user auth token was a temporary token designed for quick experiments with the API, valid for a session until the user logs out or for 10 hours.
To configure this credential, you'll need a NocoDB instance and:
- A User Token
- Your database Host
To generate a user auth token:
- Log into NocoDB and select the User menu in the bottom left sidebar.
- Select Copy Auth token.
- Enter that auth token as the User Token in n8n.
- Enter the Host of your NocoDB instance, for example
http://localhost:8080.
Refer to the NocoDB Auth Tokens documentation for more information.
官方原文和授权
本页来自 N8N 英文官方网站固定快照,并转换成 xueai 静态页面。内容以 N8N 持续更新的官方页面为准。