Actions199
- Collections Actions
- Forms Actions
- Actions Capabilities Actions
- Activities Actions
- Attachments Actions
- Budgets Actions
- Categories Actions
- Custom Actions Actions
- Custom Options Actions
- Documents Actions
- File Links Actions
- View File Link
- Delete File Link
- Open File Link
- Download File Link
- List Project Storages
- Get Project Storage
- Open Project Storage
- Create Storage
- Get Storage
- Update Storage
- Delete Storage
- Get Storage Files
- Prepare Storage File Upload
- Create Storage Folder
- Create Storage Oauth Credentials
- Open Storage
- Create Work Package File Link
- List Work Package File Links
- Grids Actions
- Groups Actions
- Help Texts Actions
- Memberships Actions
- Query Filter Instance Schema Actions
- News Actions
- Notifications Actions
- O Auth 2 Actions
- Posts Actions
- Principals Actions
- Priorities Actions
- Query Columns Actions
- Query Filters Actions
- Query Operators Actions
- Query Sort Bys Actions
- Relations Actions
- Previewing Actions
- Revisions Actions
- Roles Actions
- Time Entries Actions
- Time Entry Activities Actions
- Types Actions
- User Preferences Actions
- Wiki Pages Actions
- Work Schedule Actions
- Meetings Actions
- Values Property Actions
- Projects Actions
- Queries Actions
- Users Actions
- Statuses Actions
- Versions Actions
- Work Packages Actions
- Get Project Work Package Collection
- Create Project Work Package
- List Work Package File Links
- Form Create Work Package In Project
- Project Available Assignees
- List Work Packages
- Create Work Package
- Form Create Work Package
- List Work Package Schemas
- View Work Package Schema
- Delete Work Package
- View Work Package
- Update Work Package
- List Work Package Activities
- Comment Work Package
- Work Package Available Assignees
- Available Projects For Work Package
- List Available Relation Candidates
- Available Watchers
- Create Work Package File Link
- Form Edit Work Package
- Revisions
- Reminders
- List Watchers
- Add Watcher
- Remove Watcher
- Views Actions
Overview
This node interacts with the "File Links" resource to retrieve information about a specific storage entity by its identifier. It is useful when you need to fetch details about a particular storage item within a file linking system, such as metadata or configuration related to that storage.
A practical example would be automating workflows where you need to verify or process files stored in different storage locations by first retrieving their storage details.
Properties
| Name | Meaning |
|---|---|
| Id | Storage id (numeric identifier of the storage to retrieve) |
Output
The node outputs JSON data representing the storage entity corresponding to the provided Id. This typically includes all relevant details about the storage, such as its configuration, status, and metadata.
If the node supports binary data output, it would represent the actual file content or related binary attachments, but based on the provided code and properties, the output focuses on JSON metadata.
Dependencies
- Requires an API key credential for authentication to access the external service managing file links and storages.
- The node depends on a REST API endpoint configured via credentials, which must provide access to the storage information.
- Proper base URL and authentication headers must be set up in the node's credentials configuration.
Troubleshooting
Common issues:
- Providing an invalid or non-existent storage Id will likely result in an error or empty response.
- Missing or incorrect API credentials can cause authentication failures.
- Network connectivity problems may prevent the node from reaching the API endpoint.
Error messages:
- Authentication errors indicate invalid or missing API keys; ensure credentials are correctly configured.
- Not found errors suggest the specified storage Id does not exist; verify the Id value.
- Timeout or connection errors imply network issues; check connectivity and API availability.
Links and References
- Refer to the external API documentation for the File Links service to understand the structure of storage entities and available endpoints.
- n8n documentation on creating and configuring API credentials for secure access.