cancel
Showing results for 
Search instead for 
Did you mean: 

Help - Trying to initialise google docs service for user

chuawenching
Champ on-the-rise
Champ on-the-rise
Hi everyone,

I really need your help here. I am using 3.4d community edition and posted here too http://forums.alfresco.com/en/viewtopic.php?f=14&t=43123 (the original thread was more to getting how to debug).

I tried few settings:-

/var/lib/tomcat6/webapps/alfresco/WEB-INF/classes/alfresco/subsystems/googledocs/default/googledocs.properties

Test #1 (not working)


googledocs.googleeditable.enabled=true
googledocs.application.name=Alfresco ECM system
googledocs.url=http://docs.google.com/feeds/default/private/full
googledocs.downloadurl=https://docs.google.com/feeds/download
googledocs.username=myuser@gmail.com
googledocs.password=User2012
googledocs.spreadsheet.service.name=wise

Test #2 (not working)


googledocs.googleeditable.enabled=true
googledocs.application.name=Alfresco ECM system
googledocs.url=https://docs.google.com/feeds/default/private/full
googledocs.downloadurl=https://docs.google.com/feeds/download
googledocs.username=myuser@gmail.com
googledocs.password=User2012
googledocs.spreadsheet.service.name=wise

Test #3 (not working)


googledocs.googleeditable.enabled=true
googledocs.username=myuser@gmail.com
googledocs.password=User2012

Test #4 (not working)


googledocs.googleeditable.enabled=true
googledocs.username=
googledocs.password=

Test #5 (not working)


googledocs.googleeditable.enabled=true

At the same time, I duplicated over to alfresco-global.properties located here /var/lib/tomcat6/shared/classes/alfresco-global.properties with above approach. No difference, same problem "can't check out to google docs" and behind the scene same error:-


DEBUG [org.alfresco.repo.googledocs.GoogleDocsServiceImpl] Trying to initialise google docs service for user myuser@gmail.com

Weird part? When I tried to do this:-


googledocs.googleeditable.enabled=false

I click on check out document, it will show check out. Just it locks the files and no google docs links showing up.

What is missing here? Do i need to set anything with GMail or Google Doc's settings? I can't find any. Is this firewall related? maybe need to open any port? I can ping gmail.com, google.com and docs.google.com without any issue. Hmm?

Can anyone please shed some tips for me please? Thanks so much in advance.
1 REPLY 1

chuawenching
Champ on-the-rise
Champ on-the-rise
any help? is it 3.4d can't support google docs?