Component Details
appmixer.dropbox.files.SaveURL
1.0.0
Public
{ "name": "appmixer.dropbox.files.SaveURL", "author": "Pawel Putko <pputko@ntrc.eu>", "description": "This action saves URL in text file.", "private": false, "auth": { "service": "appmixer:dropbox" }, "inPorts": [ { "name": "url", "schema": { "type": "object", "properties": { "path": { "type": "string", "pattern": "/(.|[\\r\\n])*" }, "url": { "type": "string", "format": "uri" } }, "required": [ "path", "url" ] }, "inspector": { "inputs": { "path": { "type": "text", "group": "transformation", "index": 1, "label": "Path", "attrs": { "label": { "data-tooltip": "Type path to the new file." } } }, "url": { "type": "text", "group": "transformation", "attrs": { "label": { "data-tooltip": "Type URL address you want to save" } }, "label": "URL", "index": 2 } }, "groups": { "transformation": { "label": "Transformation", "index": 1 } } } } ], "outPorts": [ { "name": "urlFile", "options": [ { "label": "client_modified", "value": "client_modified", "example": "2024-07-15T12:30:00Z" }, { "label": "content_hash", "value": "content_hash", "example": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" }, { "label": "id", "value": "id", "example": "id:abc123def456" }, { "label": "name", "value": "name", "example": "report.pdf" }, { "label": "path_display", "value": "path_display", "example": "/Documents/report.pdf" }, { "label": "path_lower", "value": "path_lower", "example": "/documents/report.pdf" }, { "label": "rev", "value": "rev", "example": "015f2e5d4a1c70000000109d2de60" }, { "label": "server_modified", "value": "server_modified", "example": "2024-07-15T12:35:00Z" }, { "label": "size", "value": "size", "example": 524288 } ] } ], "icon": "data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMzUuNDUgMjAwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzAwNjFmZjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPkRyb3Bib3hHbHlwaDwvdGl0bGU+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjU4Ljg2IDAgMCAzNy41IDU4Ljg2IDc1IDExNy43MyAzNy41IDU4Ljg2IDAiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMTc2LjU5IDAgMTE3LjczIDM3LjUgMTc2LjU5IDc1IDIzNS40NSAzNy41IDE3Ni41OSAwIi8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjAgMTEyLjUgNTguODYgMTUwIDExNy43MyAxMTIuNSA1OC44NiA3NSAwIDExMi41Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjE3Ni41OSA3NSAxMTcuNzMgMTEyLjUgMTc2LjU5IDE1MCAyMzUuNDUgMTEyLjUgMTc2LjU5IDc1Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjU4Ljg2IDE2Mi41IDExNy43MyAyMDAgMTc2LjU5IDE2Mi41IDExNy43MyAxMjUgNTguODYgMTYyLjUiLz48L3N2Zz4=" }