https://bugs.freedesktop.org/show_bug.cgi?id=62437

--- Comment #5 from Mihai Varga <mihai.m...@gmail.com> ---
This feature has not yet been merged into master because the OneDrive
connection is not robust enough, because of the way the Microsoft
authentication page is created (it requires javascript to load) the
authentication on the libcmis side is not entirely automatic. As you will see,
you will be prompted to visit an URL in the browser and retrieve an
authentication code from there.

So in order to make the OneDrive connection work you need to do the following:

1. Have a Microsoft web application or create one here
https://account.live.com/developers/applications/index

2. Apply the patches I've made here [under Mihai Varga (mihai.m...@gmail.com)]
http://cgit.freedesktop.org/libreoffice/core/log/?h=feature/gsoc14-libcmis2

3. You can set here the client ID and client secret 
http://cgit.freedesktop.org/libreoffice/core/commit/?h=feature/gsoc14-libcmis2&id=002f33224802da1820f3152a030833b11ec77a9b
or you can set it at compile time

4. Checkout the latest version of libcmis
http://sourceforge.net/p/libcmis/code/ci/master/tree/ , archive it in a tar.gz
and rename the archive by adding it's MD5 hash in front
something like  22f8a85daf4a012180322e1f52a7563b-libcmis-0.4.1.tar.gz (this is
the older version) and replace the old one

5. Update the reference to the tarball here
http://cgit.freedesktop.org/libreoffice/core/tree/download.lst#n24

I hope this helps.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to