Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

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

  1. Retrieve a media file by its ID to use in a content management system.
  2. Fetch media files for backup or archival purposes.
  3. 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

Discussion