cancel
Showing results for 
Search instead for 
Did you mean: 

API or method to edit in MS Office

coisox
Champ on-the-rise
Champ on-the-rise

I stored my file.docx in Shared Files > myfolder. Clicking on the document give me URL:


ALFRESCO/share/page/context/shared/document-details?nodeRef=workspace://SpacesStore/80889ae1-3880-425a-a489-ee7639fc5d53

I found similar question Is it possible to implement edit on Microsoft word file that is available in Alfresco UI through res...  but I don't know how to get the URL.

Do I need to install additional stuff like AOS?

=============================================

Edited:

=============================================

To make my question clearer, I made an apps which can upload to Alfresco. I successfully made that. Then all uploaded document are listed in table with features to:

  1. Download (success)
  2. Delete (success)
  3. Edit in OnlyOffice (success)
  4. Edit in MS Office (stuck) <<< my problem is here

All these are possible because after successfully upload to Alfresco, I keep the nodeRef.

After digging into the source code give by Douglas C. R. Paes‌, here, I came up with this URL pattern but still no good:

ALFRESCO/share/proxy/alfresco/slingshot/doclib2/node/workspace/SpacesStore/80889ae1-3880-425a-a489-ee7639fc5d53

1 ACCEPTED ANSWER

douglascrp
World-Class Innovator
World-Class Innovator

I imagine what you are facing with is exactly what the following addon seems to solve

GitHub - magenta-aps/alfresco-edit-online-off-site: Alfresco module to allow use of the "Edit Online... 

View answer in original post

9 REPLIES 9