Actions80
- Todos Actions
- Card Tables Actions
- Forwards Actions
- Events Actions
- Recordings Actions
- Projects Actions
- People Actions
- Chatbots Actions
- Webhooks Actions
- Attachments Actions
- Templates Actions
- Uploads Actions
- Documents Actions
- Lineup Markers Actions
- Subscriptions Actions
- Schedules Actions
- Schedule Entries Actions
- Todo Sets Actions
- Todo Lists Actions
Overview
The node provides functionality to unarchive a specific recording within a project bucket. This is useful in scenarios where recordings have been previously archived for storage or organizational purposes and need to be restored to active status for further use, review, or processing.
For example, if a user has archived a meeting recording but later needs to access it again for reference or sharing, this node can be used to unarchive that recording by specifying the relevant bucket and recording IDs.
Properties
| Name | Meaning |
|---|---|
| Bucket Id | ID of the project bucket containing the recording to unarchive. Must be a number. |
| Recording Id | ID of the recording to unarchive. Must be a number. |
Output
The node outputs JSON data representing the result of the unarchive operation on the specified recording. This typically includes details about the recording's updated status or metadata confirming it is no longer archived.
No binary data output is indicated.
Dependencies
- Requires an API key credential for authentication with the external service managing recordings.
- The node depends on the Basecamp API (as inferred from bundled code references) or a similar service managing project buckets and recordings.
- Proper configuration of the API base URL and authentication credentials is necessary for successful execution.
Troubleshooting
- Invalid Bucket or Recording ID: If the provided IDs do not exist or are incorrect, the API may return errors indicating resource not found. Verify the IDs before running the node.
- Authentication Errors: Missing or invalid API credentials will cause authentication failures. Ensure the API key or OAuth token is correctly configured.
- Network Issues: Connectivity problems can prevent the node from reaching the API endpoint. Check network settings and API availability.
- Permission Denied: The authenticated user might lack permissions to unarchive recordings. Confirm appropriate access rights.
Links and References
- Basecamp API Documentation
- General REST API usage guidelines for managing archived resources