What does HackerNews think of onedrive?

OneDrive Client for Linux

Language: D

#32 in Linux
I would love to have something like this for OneDrive!! Open Source OneDrive support is so poor right now. There's https://github.com/abraunegg/onedrive which is OK (I don't mind it being console-only) but it lacks virtual files and syncing my entire box to every system is just not an option.

Even if MS would build a client it would probably be Linux only which still won't help me for FreeBSD.

For when you do, abraunegg's OneDrive is useful: https://github.com/abraunegg/onedrive

Office 365 in wine is still hit-or-miss, I will admit. I got it working but only with a great deal of pain, and apparently setup is broken for a lot of people right now.

(I use arch btw)

On a related note and hopefully not off-topic, there's a OneDrive Linux client written in D language [1],[2]:

[1] https://github.com/abraunegg/onedrive/

[2] https://techcommunity.microsoft.com/t5/office-365/onedrive-o...

My only experience with D is getting the free onedrive client to run on linux[1]. What's more frustrating than the small ecosystem is the fact that the reference compiler, DMD, is limited to x86/x86_64 and you need a working D compiler to compile the primary alternative, LDC2 which can't bootstrap itself.

In order to get something like that to compile for aarch64, you have to build a recent GCC with the very old dmd frontend enabled, and then you can compile LDC2. This all to use one app!

[1] https://github.com/abraunegg/onedrive/

I agree with a few of your points...My attitude towards MS has certainly improved - I can track it to happening around shortly after Satya Nadella began steering the ship - and this shift in my attitude was not something I expected to happen if I'm honest.

As to the value of office 365 - while philosophically i don't like this cloud subscription model (So, if i stop paying, i lose "license" to use software? Pfft)...i have to agree the price is very fair. I mean, even if I were to only pay for the onedrive storage (without Word, Ecel, etc.), that onedrive alone is worth $100/year. My only disappointment here is that i wish MS would pump out a native, official onedrive client for linux already. Except for my dayjob forcing me to use a windows machine for work, Linux is my personal daily driver (and for side hustles I develop only on linux)...So I totally can understand - from a capitalist perspective - why MS would not distribute the full office 365 suite for linux...but why not at least just onedrive? I'm pretty sure that many people like us who use linux would gladly use a native onedrive client. (And, while i give much props to existing onedrive clients [1][2], sorry, but i need official support from MS.)

I have not used Azure yet in any meaningful capacity, so can't say MS is doing better or worse here...but the fact that they quickly focus on supporting linux, and their pricing isn't bad is inspiring.

You didn't mention MS' recent privacy/data control issues related to windows 10 telemetry - this is a big annoyance for me...but hey, no one is perfect. And, i mean, this is the same company whose previous leader considered linux a cancer...so, even with the little disappointments that i feel about MS, i still have to give them big kudos for their positive change regardless of what wall street thinks that they're worth.

[1] = https://github.com/skilion/onedrive

[2] = https://github.com/abraunegg/onedrive

I use OneDrive with the unofficial client by abraunegg. It works _almost_ flawlessly; and the twice now that I've had a bug they've fixed it within 24h; even when one happened on a Saturday.

https://github.com/abraunegg/onedrive

https://github.com/abraunegg/onedrive (currently I package the original project by @skillion, but this fork is better maintained...)