Problem description: I would like to see integration with Microsoft SkyDrive Steps to reproduce: 1. .... 2. .... 3. .... Current behavior: I can save and open Files locally on the system Expected behavior: I would like to be able to save and open files directly from MS SkyDrive, this would be particularly usful for Portable versions and Linux versions of LibreOffice Operating System: Windows 8 Version: 4.0.1.2 release
Hi, Thanks for reporting. This is also mentioned on the GSoC (Google summer of code) idea page https://wiki.documentfoundation.org/Development/Gsoc/Ideas#Connection_to_SharePoint_and.2For_Google_Drive_and.2For_Microsoft_SkyDrive Therefore it is a valid request (mark it as NEW). Kind regards, Joren
Service renamed.
As part of GSoC 2014, Mihai Varga has been working on OneDrive and Sharepoint 2013 integration, though it doesnt seem to be merged yet into the latest master build. More details can be found at http://mihai-varga.github.io/
The release notes of 4.4 mention OneDrive access should be integrated. However OneDrive cannot be found in the File->Open dialog. The screenshots of Mihai cannot be found in the 4.4 executable. http://mihai-varga.github.io/. The release notes and content of 4.4 do not match.
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.mv13@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.
*** Bug 86528 has been marked as a duplicate of this bug. ***
I've merged feature/gsoc14-libcmis2 to master and libreoffice-4-4.
This bug fix comes with LibreOffice 4.4 (release notes https://wiki.documentfoundation.org/ReleaseNotes/4.4) It is possible to connect to OneDrive directly from LibreOffice. blog entry (Mihai Varga, 2014)
Hey I checked LO 4.4 RC2 ( Build ID: a3603970151a6ae2596acd62b70112f4d376b990 ) and there is no OneDrive connection. Is this feature rejected?
Hi Mateusz, I'm afraid LO 4.4 RC2 has not yet been configured with a OneDrive application. That is, no OneDrive client_id or client_secret has been provided during configuration. The only solution for now is to create an OneDrive application and manually build LO.
What a pity! Can users expect that this feature will completed at the time of release of LO 4.4?
Howcome I still don't see OneDrive as one of the options after selecting 'CMIS'? I see lots of other services but not OneDrive. I'm running version 4.4.5.2-5.fc22.
Hi, OneDrive option is still missing in: 5.0.1.2 Regards, Zeki
Hi, I just found out that this feature is not available. Tested from LibreOffice 5.0.3.1 in fedora. https://wiki.documentfoundation.org/ReleaseNotes/4.4#Connection_to_SharePoint_and_OneDrive may be edited, I think that is false expectations for the user. Thank you.
(In reply to Bastián Díaz from comment #14) > Hi, I just found out that this feature is not available. > > Tested from LibreOffice 5.0.3.1 in fedora. > https://wiki.documentfoundation.org/ReleaseNotes/4. > 4#Connection_to_SharePoint_and_OneDrive may be edited, I think that is false > expectations for the user. > > Thank you. Hi, Indeed the OneDrive connection is not available yet, the code has been merged in the released versions of LibreOffice but has not been enabled as there are some restrictions regarding the terms of use (https://msdn.microsoft.com/library/ff765012). I'll check again what we can do about this.
I found the feature "Remote File" in the RC2 of LO 5.1. Is this what we are looking for? If so, where can we find the information like host, share, Label, Root etc when we set up a new service?
Hello, The "Remote Files" feature just provides a better dialog for opening remote files, the One Drive connection has not been enabled yet. I'm afraid there is no documentation regarding the host, share, label, etc. fileds. But depending on the connection type you have to specify the host address (the url to the service), the label is used to identify this connection in the File->Open dialog while root is the root folder which I believe will be sometimes automatically set.
Returning to previous state.
So. There is not even a remote connection to OneDrive? As a recommendation removes the service name, it is confusing and there are many questions on the topic on the Internet. It seems that the same applies to the Alfresco Cloud service. +1 It is a service that expect a lot. Cheers
*** Bug 98303 has been marked as a duplicate of this bug. ***
Put in a patch to temporarily hide the OneDrive entry until the functionality works. https://gerrit.libreoffice.org/22881
Yousuf Philips committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=a9b8fe5e967e9ec78c3c7793d8df60bfbf20d2b6 tdf#62437 Hide OneDrive and Alfresco Cloud until they are functional It will be available in 5.2.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Yousuf Philips committed a patch related to this issue. It has been pushed to "libreoffice-5-1": http://cgit.freedesktop.org/libreoffice/core/commit/?id=fedd629690b7c3744b18149773f2de9ff458f7b6&h=libreoffice-5-1 tdf#62437 Hide OneDrive and Alfresco Cloud until they are functional It will be available in 5.1.2. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
*** Bug 98564 has been marked as a duplicate of this bug. ***
So this issue was brought up in the design meeting and at the esc in march and kendy stated "discussed this in the ESC, Cloph is on this". @Cloph: Aniki do you have any update on this issue? https://wiki.documentfoundation.org/Design/Meetings/2016-03-11 https://wiki.documentfoundation.org/Design/Meetings/2016-03-18
I think it's better to change the version to unspecified here...
Setting Assignee back to default. Please assign it back to yourself if you're still working on this issue
Sorry, what the status of OneDrive integration? What problems with MS Terms was mentioned early?
state is that we build with credentials for current 5.x versions, and that it did work when it was added - but might be that Microsoft changed something in the login stuff and broke the system. It still is a little awkward, as you have to login in your browser and then paste a corresponding token-string into the LO-dialog window. So did you try and it did fail?
*** Bug 112711 has been marked as a duplicate of this bug. ***
Well, it still doesn't work with LibreOffice Version: 6.0.0.0.beta1 (x64); I'm not providing screenshots this time since it's identical in everyway to my previous attempts. At the end of all the copy/pasting between LibreOffice and my browser to get all the relevent permissions, when I finally make the attempt to connect, I get the same message: The specified device is invalid. Current system configuration of potentially relevant software: Windows 10 Professional (x64) Version 1709 (build 16299.125) Java 9.0.1 Microsoft - OneDrive version 17.25.1.0 (x64) LibreOffice Version: 6.0.0.0.beta1 (x64)
Fixed as per cloph's fixes in https://bugs.documentfoundation.org/show_bug.cgi?id=115643#c19 - thanks for you work! Fixes will be available in 7.1.0.0.beta2 and 7.2.0 main builds. For remaining problems around OneDrive integration please do file new bugs.