Hi, On Wed, Dec 17, 2014 at 10:26 AM, David Gerard <[email protected]> wrote: > (originally filed as Bug 87293, but I was redirected here) > > > I am attempting to build with the Google Drive connection: > ./autogen.sh --enable-ext-google-docs --with-gdrive-client-secret ; make
--enable-ext-google-docs enables the obsolete Google Docs extension, you don't need that. For the built-in Google Drive support via CMIS you need --with-gdrive-client-secret and --with-google-drive-client-id. Of course, you need to register with Google first, and pass real, existing id and secret to autogen.sh. E.g. (these are fake data) ./autogen.sh --with-gdrive-client-secret=ldhfagfxqkjewgfzutghdgfqw --with-google-drive-client-id=326483264627629736-23432432sfdgfdsgfds.apps.googleusercontent.com Best regards, Andras _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
