Drawing File Size Limit¶
WERK24 enforces a file size limit of 10 MB for technical drawings submitted for automated analysis. If the uploaded file exceeds this limit, a DRAWING_FILE_SIZE_TOO_LARGE
exception will be triggered, and the drawing will not be processed.
For more details on handling exceptions, refer to our Exception Handling Guide.
Warning
This file size exception is managed by the Python Client. If you are using a different integration, you will need to implement your own file size validation to prevent this error.