Hello David.
Do you mean that you faced an issue when trying to upload file in Document module? Or you opened welcome page of Document Server and ran integrated example > trying upload file in the integrated example?
Please make screenshot of an error.
Search found 206 matches
- Thu Apr 15, 2021 9:05 am
- Forum: Documents
- Topic: Document Size Upload Limits
- Replies: 4
- Views: 41
- Wed Apr 14, 2021 3:02 pm
- Forum: API
- Topic: DOES ANYBODY READ THIS FORUM AT ALL???
- Replies: 1
- Views: 30
Re: DOES ANYBODY READ THIS FORUM AT ALL???
Hello.
We apologize for the lengthy response. The answer is posted in the main thread.
Please do not create new posts with the same question.
We apologize for the lengthy response. The answer is posted in the main thread.
Please do not create new posts with the same question.
- Wed Apr 14, 2021 3:02 pm
- Forum: API
- Topic: Java/C API to access an .xlsx table
- Replies: 5
- Views: 126
Re: Java/C API to access an .xlsx table
Hello.
Sorry for the late reply.
Unfortunatelly, we don't have ready-to-go solution for your request.
But I would recommend you to take a look at thesaurus plugin and how it implements cell access. Perhaps this will help you with solving the situation.
https://github.com/ONLYOFFICE/plugin-thesaurus
Sorry for the late reply.
Unfortunatelly, we don't have ready-to-go solution for your request.
But I would recommend you to take a look at thesaurus plugin and how it implements cell access. Perhaps this will help you with solving the situation.
https://github.com/ONLYOFFICE/plugin-thesaurus
- Wed Apr 14, 2021 2:09 pm
- Forum: Mail Server
- Topic: DNS & Mail Exchange issue (MX)
- Replies: 1
- Views: 66
Re: DNS & Mail Exchange issue (MX)
Hello Strateg.
Sorry for the late reply.
Please provide us wih step-by-step issue scenario. Also please make screenshots while you’re reproducing the issue and attach them to your reply.
Sorry for the late reply.
Please provide us wih step-by-step issue scenario. Also please make screenshots while you’re reproducing the issue and attach them to your reply.
- Wed Apr 14, 2021 1:29 pm
- Forum: Documents
- Topic: Document Size Upload Limits
- Replies: 4
- Views: 41
Re: Document Size Upload Limits
Hello David. If I understand the situation correctly, you are moving the file from GDrive to Workspace. If so, please try to follow my steps. 1. Go to the host or Community Server container if you are using docker installation. 2. Open web.appsettings.config file. It's located /var/www/onlyoffice/We...
- Wed Apr 14, 2021 8:46 am
- Forum: Docker Version
- Topic: Error while generating Projects report (The remote server returned an error: (500) internal Server Error.)
- Replies: 1
- Views: 64
Re: Error while generating Projects report (The remote server returned an error: (500) internal Server Error.)
Hello EY.R Does this behavior occur only when generating Workload report? Could you please reproduce the issue with open browser console: - Open browser console (for example, F12 in Chrome) -> choose ‘Network' tab in browser console -> reproduce the issue (try to generate a report) -> check if there...
- Wed Apr 07, 2021 4:36 pm
- Forum: API
- Topic: Spreadsheet locks updated cells
- Replies: 1
- Views: 97
Re: Spreadsheet locks updated cells
Hello michalcharvat.
There’re no errors in provided log. Please provide us with detailed description about your issue scenario. What exactly are the difficulties and what do you want to achieve?
There’re no errors in provided log. Please provide us with detailed description about your issue scenario. What exactly are the difficulties and what do you want to achieve?
- Wed Mar 24, 2021 7:44 am
- Forum: Documents
- Topic: Symbols characters from Microsoft Office DOCX are changed in OnlyOffice Desktop
- Replies: 5
- Views: 1083
Re: Symbols characters from Microsoft Office DOCX are changed in OnlyOffice Desktop
Hello SilentBlue.
Sorry for the late reply.
Could you please attach the example of the file where the issue is observed, so we can check it out in our internal tests?
Sorry for the late reply.
Could you please attach the example of the file where the issue is observed, so we can check it out in our internal tests?
- Fri Mar 05, 2021 1:35 pm
- Forum: Documents
- Topic: Symbols characters from Microsoft Office DOCX are changed in OnlyOffice Desktop
- Replies: 5
- Views: 1083
Re: Symbols characters from Microsoft Office DOCX are changed in OnlyOffice Desktop
Hello SilentBlue.
Could you please try to install actual version of Desktop app and try to reproduce the issue. Please let us know the result.
Could you please try to install actual version of Desktop app and try to reproduce the issue. Please let us know the result.
- Wed Feb 17, 2021 11:27 am
- Forum: API
- Topic: Store document in callback handler
- Replies: 5
- Views: 392
Re: Store document in callback handler
Your logic is correct. You cannot change key while an editing session is open. This allows new users join to co-editing while the file is still open.