Actions31
- Tabelle Actions
- View Actions
- Spalte Actions
- Share Actions
- Import Actions
- Zeile Actions
Overview
This node integrates with Nextcloud Tables to manage table shares. Specifically, the "Share Löschen" (Delete Share) operation allows users to delete a share by its ID. This is useful for scenarios where you want to revoke access or remove sharing permissions from a table or dataset in Nextcloud Tables.
Practical examples:
- Automatically removing a share after a project ends.
- Cleaning up outdated or unused shares to maintain data security.
- Integrating share deletion into workflows that manage user permissions dynamically.
Properties
| Name | Meaning |
|---|---|
| Share-ID | The numeric ID of the share to delete. This identifies which share will be removed. |
Output
The node outputs JSON data representing the result of the share deletion operation. Typically, this will confirm whether the share was successfully deleted or provide details about the deletion status.
No binary data output is involved in this operation.
Dependencies
- Requires an API key credential to authenticate with the Nextcloud Tables API.
- The node depends on the Nextcloud Tables service being accessible and properly configured.
- No additional environment variables are explicitly required beyond the API authentication.
Troubleshooting
Common issues:
- Providing an invalid or non-existent Share-ID will likely cause an error.
- Network connectivity problems can prevent successful API calls.
- Insufficient permissions in Nextcloud may block share deletion.
Error messages:
- Errors indicating unknown resource or operation suggest misconfiguration of the node parameters.
- Authentication errors imply missing or incorrect API credentials.
- If the node throws an error about the Share-ID, verify that the ID exists and is correct.
Resolutions:
- Double-check the Share-ID input for correctness.
- Ensure the API key credential has sufficient rights to delete shares.
- Confirm network access to the Nextcloud instance.
Links and References
- Nextcloud Tables Documentation
- Nextcloud API Reference
- n8n documentation on creating custom nodes