Actions31
- Tabelle Actions
- View Actions
- Spalte Actions
- Share Actions
- Import Actions
- Zeile Actions
Overview
This node integrates with Nextcloud Tables, allowing users to manage table shares within their Nextcloud environment. Specifically, the "Alle Shares Abrufen" (Get All Shares) operation under the "Share" resource retrieves all sharing information related to a selected table. This is useful for scenarios where you want to audit or review who has access to a particular table and what kind of permissions they have.
Practical examples include:
- Listing all users or groups that a specific table is shared with.
- Monitoring share settings to ensure compliance with data governance policies.
- Automating reports on table sharing status for administrative purposes.
Properties
| Name | Meaning |
|---|---|
| Tabelle | Select a table from a list or specify its ID. The node will retrieve shares related to this table. |
The "Tabelle" property supports two modes:
- Liste: Choose from a searchable list of available tables.
- ID: Directly input the table's unique identifier.
Output
The node outputs JSON data representing the shares associated with the specified table. Each output item contains details about individual shares, such as the recipients (users or groups), share permissions, and possibly metadata like share creation date.
If the node supports binary data output in other operations, it is not relevant here since this operation focuses on retrieving share metadata only.
Dependencies
- Requires an API key credential to authenticate with the Nextcloud Tables API.
- The node depends on Nextcloud Tables being accessible via the configured API endpoint.
- No additional external services are required beyond the Nextcloud instance.
Troubleshooting
Common issues:
- Invalid or missing table ID: Ensure the table exists and the ID is correct.
- Authentication failures: Verify that the API key credential is valid and has sufficient permissions.
- Network connectivity problems: Confirm that the Nextcloud server is reachable from n8n.
Error messages:
"Unknown resource": Indicates an unsupported resource was selected; verify the resource parameter.- API errors returned by Nextcloud (e.g., 403 Forbidden): Check user permissions and API credentials.
To resolve errors, double-check the table selection, credentials, and network settings. Use the node’s "Continue On Fail" option to handle errors gracefully during workflows.