Hi all,
I found some steps how to integrate Alfresco Share with Google Docs.
The problem is that it isn't working.
Can anyone tell me if i'm missing some steps?
The steps that i did are:
- install Alfresco v3.3 E
- to see the Google Docs items, i had to configure my environment to allow the integration
The steps to configuring my environment are:
The two configuration files that require modification are:
1. Share Properties Files
/tomcat/shared/classes/alfresco/web-extension/share-config-custom.xml
2. Google Docs Properties
/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/subsystems/googledocs/default/googledocs.properties
Share Properties File, here, you need to:
Ensure that you have the Google Editable Aspect declared.
<aspect name="gd:googleEditable" />
Look for the Google Docs section of the file and ensure that you have the “enabled” option set to “true”
<enabled>true</enabled>
That's it!
But still i don't see the Google Docs items when creating a content.
Any help please?
Kind Regards,
Reena