Zoho Docs

From OpenKM Documentation
Revision as of 13:17, 4 November 2014 by Cgarcia (talk | contribs)

Jump to: navigation, search

The Zoho Docs is a Web-based online office suite containing word processing, spreadsheets, etc. OpenKM integration make possible online editing of documents stored in OpenKM repository.


To enable zoho go to Administration -> Database Query and execute:

INSERT INTO OKM_EXTENSION (EXT_UUID, EXT_NAME) VALUES ('bb3feb20-570b-11e0-b8af-0800200c9a66', 'Zoho Docs');

After it, you'll see you got the Zoho extension available on profiles.


When you enable the Zoho Extension you will see a new entry in the Tools menu. This submenu has a couple of entries to edit text documents and sheets.

Zoho01.png

Zoho Writer option will be avaible when you select a document of these types:

  • Microsoft Word (doc)
  • OpenOffice Text (odt)
  • Rich Text Format (rtf)
  • Plain Text (txt)
  • HTML (html)

Zoho Sheet is enable if you select a document of these types:

  • Microsoft Excel (xsl)
  • OpenOffice SpreadSheet (osd)

Once you have selected the document, click on the Zoho application and will open a dialog where you can modify the document contents:

Zoho 02.png

Every time you click on the Save button, the document is sent back to OpenKM and a new version is created. Once you have completed the edition, click on the Close button to close the dialog and continue using OpenKM.

In order to use Zoho Extension you need to provide the following parameters:

  • extension.zoho.user
  • extension.zoho.password
  • extension.zoho.api.key
  • extension.zoho.secret.key

Nota clasica.png Before OpenKM 6.4.18 Professional the name of the parameters was:
  • zoho.user
  • zoho.password
  • zoho.api.key
  • zoho.secret.key

You can obtain the user and password registering at http://zapi.zoho.com. Once registered and logged, you can request the API Key and the Secret Key. In the Zoho Dashboard you can also check how many edition request you have performed.


Nota advertencia.png Comunications between Google Docs and OpenKM uses always the secure https protocol.