-
Notifications
You must be signed in to change notification settings - Fork 817
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
Make desktop client check external storage #4462
Comments
I strongly support this and would like to ask for what reasons this is not the standard behavior. From a user perspective it does not make sense having external storage shown in the web-interface but changes not reflecting in their local files. One expects the two to simply agree when using a sync client. Maybe there are cases where it is not desirable or possible but IMHO it should be at least optional to have the client sync with the server state also for external storage. I have been struggling with this issue for years until I finally realized that this seems to be expected behavior for the current state of the sync client. Please make it behave more as expected from a user's perspective. |
This is obviously a very hacked solution but it does work |
same issue here. |
I could finally resolve the problem by using the files_inotify app which needed some additional tweaking, cf. icewind1991/files_inotify#23. |
Hi y'all, thank you for this here. I had no idea this could happen, but I think it will not happen for my setup. See my last comment on this issue here today for a possible workaround that might suite you (or not) while you wait on the official fix. Sincerely, |
Currently if a file is added to an exteral storage not via Nextcloud the desktop client will not detect there's a change. You have to go under Nextcloud web and open the folder and then it will updated the external folder and then the desktop client will sync it down. Is there a way to make the desktop client request for an update on the external folders. I think this would be awesome and I'm sure alot of people would like the same thing.
https://help.nextcloud.com/t/external-storage-not-updating/61879/3
https://help.nextcloud.com/t/smb-share-external-storage-support-not-syncing-to-client/93551
nextcloud/server#1564
nextcloud/server#10413
Since the sever only has an option for updated once every direct access can you make the desktop client request for the change making the server access the folder ?
The text was updated successfully, but these errors were encountered: