-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File size exceeds the limitation #1812
Comments
I think you need to change See here |
Hi @ShockwaveNN , I followed what you suggested but unfortunately I'm still getting the same error message. Here is what I did:
Here is my 'default.json' file after the changes:
I also added ""maxFileSize" and set it to "10485760000" as you can see below but it made no difference.
Thanks again for your help. |
Could you share a file you've tried to open? |
I'm afraid that I can't because it contains some personal data. I'll try to find a big generic Excel file. |
Also my collegues inform me that if file is not opened because of limit - you should try to reupload this file once again after limits change or you could check DocumentServer integrated example (enabled at |
This issue was closed due to no response. |
Hi,
I have OnlyOffice Document Server integrated with Nextcloud. When I try to open big document files in Nextcloud (~70 MB), I get the following error:
![image](https://user-images.githubusercontent.com/6999196/176678659-15f8f9a3-b93a-4f9a-a756-565b44ffd2e9.png)
Here is what I have in the 'default.json' file:
"FileConverter": {
"converter": {
"maxDownloadBytes": 314572800,
"downloadTimeout": {
"connectionAndInactivity": "2m",
"wholeCycle": "2m"
},
"downloadAttemptMaxCount": 3,
"downloadAttemptDelay": 1000,
"maxprocesscount": 1,
"fontDir": "null",
"presentationThemesDir": "null",
"x2tPath": "null",
"docbuilderPath": "null",
"docbuilderAllFontsPath": "null",
"docbuilderCoreFontsPath": "",
"args": "",
"spawnOptions": {},
"errorfiles": "",
"streamWriterBufferSize": 8388608,
"maxRedeliveredCount": 2,
"inputLimits": [
{
"type": "docx;dotx;docm;dotm",
"zip": {
"uncompressed": "100MB",
"template": ".xml"
}
},
{
"type": "xlsx;xltx;xlsm;xltm",
"zip": {
"uncompressed": "1000MB",
"template": ".xml"
}
},
{
"type": "pptx;ppsx;potx;pptm;ppsm;potm",
"zip": {
"uncompressed": "100MB",
"template": "*.xml"
}
}
]
}
I have no errors in the '/var/log/onlyoffice/documentserver/converter/out.log' or '/var/log/onlyoffice/documentserver/converter/err.log'. Any idea what's causing it?
The OnlyOffice Document Server version is 7.1.1-23 runs on Ubuntu 20.04.
Thanks a lot for your help.
The text was updated successfully, but these errors were encountered: