smartsuite_get_file_url
Convert a SmartSuite file handle into a signed CDN download URL for temporary file access.
Instructions
Resolve a SmartSuite file handle to a signed CDN download URL. SmartSuite file fields (type: filefield) return an array of file objects — each has a "handle" property. Pass that handle here to get a temporary URL for downloading the file. Example field value: [{ "handle": "abc123", "filename": "report.pdf", "size": 12345, "mimetype": "application/pdf" }]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileHandle | Yes | The Filestack handle from a file field value (the "handle" property) |