CloudinaryGetResources Step
This step simply downloads assets from your Cloudinary storage.
Inputs
Das sind die Optionen, mit denen man den Step konfigurieren kann.
Name | Datentyp | Beschreibung | Pflichtfeld | Werte |
---|---|---|---|---|
account | ACCOUNT | Nein | ||
max_results | NUMBER | Maximum number of assets to return (maximum=500). Default: 10. | Nein | |
public_ids | STRING | A comma separated list of public IDs. Get assets with the specified public IDs (up to 100). Use either public_ids OR asset_ids. public_ids are preferred if both inputs are set. | Nein | |
asset_ids | STRING | Lists resources (assets) based on the specified asset IDs. Passing multiple comma separated ids is possible. Use either public_ids OR asset_ids OR tags. public_ids are preferred if both inputs are set. | Nein | |
tag | STRING | Lists resources (assets) with a specified tag. This method does not return deleted assets even if they have been backed up. Leave public_ids and asset_ids empty to use the tag parameter. | Nein |
Outputs
Das sind die Ergebnisse des Steps, die von nachfolgenden Steps, nach der Ausführung verwendet werden können.
Name | Datentyp | Beschreibung | Pflichtfeld | Werte |
---|---|---|---|---|
result | SPREADSHEET | Ja | ||
assets | FILELIST | Ja |