Jeff Stafford

Results 134 comments of Jeff Stafford

As you've found out, the issue is that file permissions are not persistent, because OneDrive doesn't have a concept of file permissions where we could store them. It would be...

Storing and syncing the changes gets really dicey if there are changes made to the document while you are offline. What happens if you make a bunch of changes on...

Yeah unfortunately there is no way to perform a 3-way merge or rename the local copy because we have no way to tell an app that the file has been...

It's something I briefly explored in the past: https://github.com/jstaf/onedriver/issues/10. Basically emailed the mailing list asking for docs on how to do it and then no one ever approved my post...

I took a look at that and although interesting (I originally wrote this because GVFS did not support OneDrive), it looks like it's stuck in dev hell (has been waiting...

I suspect the reason file browsing is slow is probably actually your file browser trying to download every single file to create thumbnail images (I looked into this with GNOME's...

Looking in on this one and I think what you actually want is a global/system-wide configuration file where you can change the defaults. This would be especially useful if you...

This sounds like the same use case as #363

The files should be able to open read-only. If the program opening the files wants write access, it'll get permission denied. Can you be more specific about the problem you...

Interesting, does onedriver print any error messages when this happens? What are the commands to reproduce this on my machine?