Actions64
- Archive Item Actions
- Article Actions
- Assessment Actions
- Catalog Actions
- Catalog Question Actions
- Company Actions
- Course Actions
- Course Enrollment Actions
- Domain Actions
- Endpoint Actions
- Flexible Asset Actions
- Flexible Asset Type Actions
- Media Actions
- Service Actions
- Service Install Actions
- Token Actions
- User Actions
Overview
This node interacts with the Cloud Radial API to retrieve media files by their ID. It is useful for workflows that need to fetch specific media content stored in Cloud Radial, such as images, videos, or documents, by providing the media ID. For example, it can be used to automate the retrieval of media assets for processing or display in other applications.
Use Case Examples
- Retrieve a media file by its ID to use in a content management system.
- Fetch media files for backup or archival purposes.
- Automate the download of media assets for further processing or analysis.
Properties
| Name | Meaning |
|---|---|
| Media ID | The ID of the media file to retrieve, required for the get operation on the Media resource. |
| Request Options | Additional options to customize the request behavior, including batching, SSL certificate validation, proxy settings, and timeout duration. |
Output
JSON
id- The unique identifier of the media file.name- The name of the media file.type- The type or format of the media file.url- The URL or location where the media file can be accessed.metadata- Additional metadata associated with the media file, such as size, creation date, or tags.
Dependencies
- Cloud Radial API
Troubleshooting
- Ensure the Media ID is correct and exists in the Cloud Radial system to avoid 'not found' errors.
- Check network connectivity and proxy settings if requests fail or time out.
- If SSL certificate validation fails, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
- Verify that the API credentials are correctly configured and have the necessary permissions to access media resources.
Links
- Cloud Radial API Documentation - Official documentation for the Cloud Radial API, including endpoints and usage guidelines.