<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content

Okta Workflows: Create File Content Errors Out when Uploading Files Higher than 10MB

Workflows
Okta Classic Engine
Okta Identity Engine

Overview

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
}


 

Applies To

  • Workflows

Cause

This is expected beahviour.

Solution

The workflows Create File Content card has a read limit of 10MB. Customer will need to develop solutions which avoid this limit.

Recommended content

Documentation
Upload File
Documentation
Upload Attachment
Documentation
Upload File
Documentation
Upload Attachment
Loading
Okta Support - Okta Workflows: Create File Content Errors Out when Uploading Files Higher than 10MB