Component Details
appmixer.dropbox.files.FindFolders
1.0.0
Public
{ "name": "appmixer.dropbox.files.FindFolders", "author": "Pawel Putko <pputko@ntrc.eu>", "description": "This action finds folder.", "private": false, "auth": { "service": "appmixer:dropbox" }, "inPorts": [ { "name": "query", "schema": { "type": "object", "properties": { "name": { "type": "string" }, "maxResults": { "type": "number" }, "mode": { "type": "string" } }, "required": [ "name" ] }, "inspector": { "inputs": { "name": { "type": "text", "group": "transformation", "index": 1, "label": "Find by name", "attrs": { "label": { "data-tooltip": "Type name to find folder." } } }, "maxResults": { "type": "number", "group": "transformation", "index": 2, "label": "Max results", "attrs": { "label": { "data-tooltip": "Type max results you want in return." } } }, "mode": { "type": "select", "options": [ { "value": "filename", "content": "Filename" }, { "value": "deleted_filename", "content": "Deleted filename" } ], "group": "transformation", "attrs": { "label": { "data-tooltip": "Search mode." } }, "label": "Search mode", "index": 3 } }, "groups": { "transformation": { "label": "Transformation", "index": 1 } } } } ], "outPorts": [ { "name": "folder", "options": [ { "label": "'.tag'", "value": "'.tag'", "example": "folder" }, { "label": "id", "value": "id", "example": "id:abc123def456" }, { "label": "name", "value": "name", "example": "My Folder" }, { "label": "path_display", "value": "path_display", "example": "/Documents/My Folder" }, { "label": "path_lower", "value": "path_lower", "example": "/documents/my folder" } ] } ], "icon": "data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMzUuNDUgMjAwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzAwNjFmZjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPkRyb3Bib3hHbHlwaDwvdGl0bGU+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjU4Ljg2IDAgMCAzNy41IDU4Ljg2IDc1IDExNy43MyAzNy41IDU4Ljg2IDAiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMTc2LjU5IDAgMTE3LjczIDM3LjUgMTc2LjU5IDc1IDIzNS40NSAzNy41IDE3Ni41OSAwIi8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjAgMTEyLjUgNTguODYgMTUwIDExNy43MyAxMTIuNSA1OC44NiA3NSAwIDExMi41Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjE3Ni41OSA3NSAxMTcuNzMgMTEyLjUgMTc2LjU5IDE1MCAyMzUuNDUgMTEyLjUgMTc2LjU5IDc1Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjU4Ljg2IDE2Mi41IDExNy43MyAyMDAgMTc2LjU5IDE2Mi41IDExNy43MyAxMjUgNTguODYgMTYyLjUiLz48L3N2Zz4=" }