@squidcloud/client
    Preparing search index...

    Variable MAX_UPLOAD_FILE_BYTESConst

    MAX_UPLOAD_FILE_BYTES: number = ...

    Largest single file the platform's upload endpoints accept, per file: the multer limit core applies to every file-upload route (COMMON_FILE_UPLOAD_OPTIONS). By definition it also caps a bulk-ingestion source object, whichever way its bytes arrive: core re-enforces it on every staged object — rejecting the whole staging batch with the oversized object — so a staging caller pre-parks larger files.