-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get Business Shared Folders only works after stopping the sync #86
Comments
Isn't it possible that you have some old version of Onedrive client installed? Please try with client version 2.4.23 and let me know. |
It sounds like you might be hit with this issue: abraunegg/onedrive#1274 where older Ubuntu | Debian packages would install a service that caused the application to automatically run in the background. The fix for this is detailed here: abraunegg/onedrive#1274 (comment) |
@abraunegg , I originally suspected it was caused by abraunegg/onedrive#2106 . I actually opened it because I faced the same issues when I was implementing the Shared folders in the GUI :-) . Either way, this seems like yet another issue caused by an outdated package. Hopefully @d-vogel can confirm soon. |
I'm sorry to "re-open" (though I cannot do that actually), but I found this issue because I just tried the exact same thing: get a list of shared (business, SharePoint) folders and enable sync for them. $: onedrive --version
onedrive v2.4.25-1+np1 (installed following the instructions for Linux Mint 21.x) OneDriveGUI: Version 1.0.2 (just downloaded from the release page). Clicking "Get Shared Folder" shows nothing, the log mentions the following:
Interestingly, if I execute Also, the fix linked in #86 (comment) does not help, the file in question does not exist (and it should not, if I understand the version history correctly). Not sure what I did wrong :-) Still, stopping Sync, listing, starting sync works flawlessly... |
This command is wrong. You should never be trying to perform a |
I just check - listing shared folders now works from within the GUI without stopping sync. Nice! |
Fixed in AppImage v1.0.3 |
Hey, thanks for the great work !
I just spend quite a bit of time figuring out why querying shared folders did not work for me.
The log file was outputting an error because onedrive is already running.
After stopping the sync, querying the folders worked.
Maybe it's possible to make that automatic? Stopping the sync for the account asked for the shared folders and resuming once result query is received?
The text was updated successfully, but these errors were encountered: