When running flows using a Create File Content card and a file is in excess of 10MB, an error is returned.
For example, a Create File Content card from GitHub connector throws the following error:
{
"_error": true,
"retry_count": 0,
"flo": "1fa58999-a0bd-47fe-b999-d4b0979ea79e",
"method": "Yi0XvV8nQ",
"execution": "cafbaff6-ca36-4386-8615-0963380b2d69",
"module": "github.createFileContent",
"kind": "FS Error",
"message": "Internal Server Error: 500 Internal Server Error - Limit Exceeded: File sized 10508005 exceeded size limit 10485760 for streaming out file contents.",
"code": 500,
"description": "FS Error",
"steps": 18,
"source": {
"flo": "github:2.0.99:createFileContent",
"method": "xyvmS1F1KXmk",
"execution": "98be6eee-2603-43c3-81bf-4647b8378499",
"module": "file.read"
},
"_fatal": null
}
- Workflows
This is expected beahviour.
The workflows Create File Content card has a read limit of 10MB. Customer will need to develop solutions which avoid this limit.
