Component Details
appmixer.dropbox.files.GetFileMetadata
1.0.0
Public
{ "name": "appmixer.dropbox.files.GetFileMetadata", "author": "Harsha Surisetty <harsha@client.io>", "description": "This action returns the metadata of an item in a folder.", "private": false, "auth": { "service": "appmixer:dropbox" }, "inPorts": [ { "name": "in", "schema": { "type": "object", "properties": { "path": { "type": "string", "pattern": "(/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/.*)?)" } }, "required": [ "path" ] }, "inspector": { "inputs": { "path": { "type": "text", "index": 1, "label": "Path", "tooltip": "Path where the file is located." } } } } ], "outPorts": [ { "name": "out", "options": [ { "label": "Tag", "value": ".tag", "example": "file" }, { "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=" }