Is it possible to have all users editing a document using google docs not to have to enter a username and password by configuring alfresco to use a master username and password? The following:
# Enables Goggle Editable functionality set to true to enable
googledocs.googleeditable.enabled=true
# Google Docs system authentication credentials account Alfresco will use a tempt account
# for everyone
googledocs.username=your_account@gmail.com
googledocs.password=your_gmail_password
aside from the googledocs.googleeditable.enabled=true
doesn't work.