abraunegg
abraunegg
@IncPlusPlus > Currently on-demand file downloading is not implemented This is because the OneDrive API does not provide any capability to advertise what file has been tagged via OneDrive as...
@IncPlusPlus OK .. so lets say this 'works' - you have the CLI checking files on OneDrive, and, if say a client feature flag is set, it will not download...
@IncPlusPlus > Could you elaborate a bit? I have not looked into it, but to recognise some sort of application FS access request would in my mind require some sort...
@pdvrieze Thanks for the suggestion, however I already have a working prototype that I am ironing out some issues with - and this does not use FUSE, but empty files...
@landall I refer you to this comment please: https://github.com/abraunegg/onedrive/issues/757#issuecomment-578294917
@marcown The main way to support is when the feature drops as a PR - help test extensively. Example: Business Shared Folders ... been a PR for a LONG time...
@pdvrieze Thanks for your feedback, however there is UI integration .. perhaps read the docs on how to configure this?
@pdvrieze, @landall, @marcown, @IncPlusPlus The following PR has been raised for this feature: ``` git clone https://github.com/abraunegg/onedrive.git cd onedrive git fetch origin pull/921/head:pr921 git checkout pr921 ./configure; make clean; make;...
@pdvrieze > The way to handle the wait to download problem on Linux is to be a file system. The easiest way to do that is using fuse/libfuse. You can...
@landall > Another problem is that current client don't listen to the sync notification of Onedrive. So the folder structure in local file system may be wrong. Whilst strictly speaking...