Put.io icon

Put.io

Interact with Put.io API

Overview

This node interacts with the Put.io API to manage files and folders in a Put.io account. It supports operations such as listing files and folders within a specified folder, retrieving file details, downloading files, creating new folders, and uploading files. This node is useful for automating file management tasks in Put.io, such as organizing files, accessing file metadata, or integrating file downloads into workflows.

Use Case Examples

  1. Listing all files and folders in the root directory to display or process them.
  2. Retrieving details of a specific file by its ID or path for further analysis or reporting.
  3. Downloading a file from Put.io to use its content in another workflow step.
  4. Creating a new folder within a specified parent folder to organize files automatically during a workflow run.

Properties

Name Meaning
Folder ID The ID of the folder to list files from (use 0 for root directory) when performing the List Files operation.

Output

JSON

  • files - Array of files (non-folder items) listed from the specified folder.
  • folders - Array of folders listed from the specified folder.

Dependencies

  • Put.io API
  • An API key credential for Put.io authentication

Troubleshooting

  • Invalid folder ID error occurs if the Folder ID is not a number; ensure the Folder ID is numeric.
  • File not found error when using file path selection if the specified path does not exist or is incorrect.
  • Errors related to missing binary data when uploading files if the specified binary property does not exist on the input item.
  • API request failures due to invalid credentials or network issues; verify API key and connectivity.

Links

Discussion