-
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
Version History #3080
Comments
Hi Team, Any update on the above query ? |
Hello @karhika, sorry for the late reply. We have version history data as i see in our included test example:
Are you doing your own integration? Maybe the documentation will help you? https://api.onlyoffice.com/docs/docs-api/usage-api/callback-handler/#history |
Thanks for the update. We are using .net test example. History object is returning only when edit/update the document first time .. from the second time edit , history object is missing from the call back response. Please find the below current response |
I checked the save several times and I always get the history. I'll ask a colleague to check the .net test example. Could you please describe your case step by step or record a video? |
@karhika if there was no response from the callback about successful saving after the first save |
Do we have to use different key for each change request. How to configure or send seperate key for each change
Could you please share the sample ..Net code to test it the same
Regards,
…________________________________
From: Maksim Sorokin ***@***.***>
Sent: Tuesday, February 4, 2025 12:43 AM
To: ONLYOFFICE/DocumentServer ***@***.***>
Cc: Karthick A ***@***.***>; Mention ***@***.***>
Subject: Re: [ONLYOFFICE/DocumentServer] Version History (Issue #3080)
@karhika<https://github.com/karhika> if there was no response from the callback about successful saving after the first save {error:0}, then the next time you open with the same key, you will already have an opening from forgotten and there will be no history when saving
—
Reply to this email directly, view it on GitHub<#3080 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BBLWBI3UUBY2TLZQ7OAAHE32N65V7AVCNFSM6AAAAABUQCD7XWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZRHA2DQOBVGI>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
This issue is unique.
Operating System of DocumentServer
Windows Server
Version information
8.2.0
Expected Behavior
History and changes URL data missing from callback URL after edit and saving the documents
current response - {"key":"978589095","status":2,"url":"https://onlyoffice.clife.ai/cache/files/data/978589095_5257/output.docx/output.docx?md5=sLToSC1BJlZVXb9Xw8d1_A&expires=1735827560&shardkey=978589095&filename=output.docx","history":{},"users":["uid-1"],"actions":[{"type":0,"userid":"uid-1"}],"lastsave":"2025-01-02T14:04:08.000Z","notmodified":false,"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJrZXkiOiI5Nzg1ODkwOTUiLCJzdGF0dXMiOjIsInVybCI6Imh0dHBzOi8vb25seW9mZmljZS5jbGlmZS5haS9jYWNoZS9maWxlcy9kYXRhLzk3ODU4OTA5NV81MjU3L291dHB1dC5kb2N4L291dHB1dC5kb2N4P21kNT1zTFRvU0MxQkpsWlZYYjlYdzhkMV9BJmV4cGlyZXM9MTczNTgyNzU2MCZzaGFyZGtleT05Nzg1ODkwOTUmZmlsZW5hbWU9b3V0cHV0LmRvY3giLCJoaXN0b3J5Ijp7fSwidXNlcnMiOlsidWlkLTEiXSwiYWN0aW9ucyI6W3sidHlwZSI6MCwidXNlcmlkIjoidWlkLTEifV0sImxhc3RzYXZlIjoiMjAyNS0wMS0wMlQxNDowNDowOC4wMDBaIiwibm90bW9kaWZpZWQiOmZhbHNlLCJmaWxldHlwZSI6ImRvY3giLCJpYXQiOjE3MzU4MjY2NTksImV4cCI6MTczNTgyNjk1OX0.p6yN3s8Wt4UtHn65pUY6_69sd2dq-niHdSGqORmNWNk","filetype":"docx"}
Actual Behavior
history and changes url should return from callback URL after saving the document.
Reproduction Steps
No response
Additional information
current response - {"key":"978589095","status":2,"url":"https://onlyoffice.clife.ai/cache/files/data/978589095_5257/output.docx/output.docx?md5=sLToSC1BJlZVXb9Xw8d1_A&expires=1735827560&shardkey=978589095&filename=output.docx","history":{},"users":["uid-1"],"actions":[{"type":0,"userid":"uid-1"}],"lastsave":"2025-01-02T14:04:08.000Z","notmodified":false,"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJrZXkiOiI5Nzg1ODkwOTUiLCJzdGF0dXMiOjIsInVybCI6Imh0dHBzOi8vb25seW9mZmljZS5jbGlmZS5haS9jYWNoZS9maWxlcy9kYXRhLzk3ODU4OTA5NV81MjU3L291dHB1dC5kb2N4L291dHB1dC5kb2N4P21kNT1zTFRvU0MxQkpsWlZYYjlYdzhkMV9BJmV4cGlyZXM9MTczNTgyNzU2MCZzaGFyZGtleT05Nzg1ODkwOTUmZmlsZW5hbWU9b3V0cHV0LmRvY3giLCJoaXN0b3J5Ijp7fSwidXNlcnMiOlsidWlkLTEiXSwiYWN0aW9ucyI6W3sidHlwZSI6MCwidXNlcmlkIjoidWlkLTEifV0sImxhc3RzYXZlIjoiMjAyNS0wMS0wMlQxNDowNDowOC4wMDBaIiwibm90bW9kaWZpZWQiOmZhbHNlLCJmaWxldHlwZSI6ImRvY3giLCJpYXQiOjE3MzU4MjY2NTksImV4cCI6MTczNTgyNjk1OX0.p6yN3s8Wt4UtHn65pUY6_69sd2dq-niHdSGqORmNWNk","filetype":"docx"}
The text was updated successfully, but these errors were encountered: