-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Allow arbitrary folders to be synchronized #21
Comments
Afaik also a work in progress, by @tobiasKaminsky It probably isn't a 100% fit to your description but this is what we try to achieve on the branch:
So this issue is probably an extension to the branch as to do the same thing but in a 2-way-sync manor. |
Would there be a persistent relationship between the 'instantly uploaded folder' on the mobile device and the target directory on the nextCloud server? Meaning that if I instatly upload the folder again, the app just consider the files that have changed since the last upload. |
I am not sure if the android permission system allows this. That is why I first wanted to extend instant upload as it is read only... |
It should be work. Currently I'm using the Andoird app "FolderSync" to 2-way-sync multiple directories between Android and Nextcloud. Would be awesome if this functionality would be provided by the Nextcloud app itself. |
I second @ThomasSteinbach's request. Along with proper 2-way sync, this is the number one feature I am waiting for. |
+1 |
@tobiasKaminsky |
@Micha-Btz This is not implemented yet and the started implementation has to be changed too due to the Android N changes, so the mentioned implementations isn't available yet. So Yes you would have to compile the branch yourself at this moment. Sorry :( |
Although we made great progress with the latest beta, as I understand we still need a custom folder for auto upload. @AndyScherzinger this is something you have on your roadmap, right? |
Exactly,yes :) |
This would be a huge step foreward since I keep my notes already in a custom folder. |
This will hopefully be in 1.5.0.
…On Wed, 15 Feb 2017 at 12:54, spacemanspiff2007 ***@***.***> wrote:
This would be a huge step foreward since I keep my notes already in a
custom folder.
In which version is the available (I still got 1.4.1 from the playstore.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#21 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAWsteRCCamJfPQBbPxMmTolM8FltXUks5rcud-gaJpZM4I1fuI>
.
|
@mario be careful with ETAs, we do not want to disappoint people and I do not know how much time @AndyScherzinger has is the upcoming weeks ;-) |
@tobiasKaminsky I hope he'll have the time, but if not, I'm also not completely useless :P p.s. I'm not sure I understand this issue completely though - is it just to allow "custom" folders as part of Auto Upload @tobiasKaminsky? |
P.S.2. also, I said hopefully :D |
As I understand (and planned with Andy in #285) it should be possible to use any folder across the device with any content as source folder for auto upload, with a nice folder picker. |
Understood - thanks for the clarification :) |
Finally "it should be possible to use any folder across the device" as target for any folder on the Nextcloud. Example Use Case: I have a password vault file on my Nextcloud under "workspaces/<appname>/vaults/...". Now I want to be able to pair the vaults directory on Nextcloud with the corresponding working directory of my Android app on the smartphones SD card. Another Use Case could simply be pairing a subfolder of my music library on Nextcloud with the default music directory on my Android device. |
This is planned for the next steps, see #285. |
Sorry for the confusion. I didn't meant sync. I replaced sync with pair in my previous comment. I just wanted to highlight that the user might select on both sides, the server and smartphone, an arbitrary folder location for exchanging files. Or is selecting an arbitrary folder on the Nextcloud server a future feature too? |
As described in #285 currently there is only the way device -> server. |
@tobiasKaminsky I am really confused right now. Wasn't this issue here about picking an arbitrary folder on the device to correspond to a chosen folder on the server? I don't understand at all what auto-upload functionality has to do with this… |
@codethief as we do not have a real sync mechanism we can only extend auto upload (on the short term). Again, see #285 as it is described there how we want to proceed. Maybe I am understanding it wrong, then please write it a little more in detail. |
+1, my number one feature request for nextcloud android client :) |
+1. I'm trying to recommend Nextcloud to Android users. Who sync their contacts and calendars. But for many, the Nextcloud app only gets used as a photo backup. And others don't use it at all. |
@AndyScherzinger can we now close this issue? |
Afaik yes, what do you think @tobiasKaminsky |
@tobiasKaminsky seems this question hasn't got a final conclusion. |
Hi, As of now, it seems this functionality has not been implemented. That is there is no proper synchronization both ways on the Android Nextcloud app. Or am I wrong? It should be something like Metactrl apps do for Dropbox, Google Drive, Mega, etc.: if there are file or folder changes on the server, the app implements them on the Android storage, and vise-versa. |
You are right with both statements: the app doesn't implement this yet and there are other apps out there supporting this for multiple cloud storage products including Nextcloud. |
Interestingly, I've just found that when it's about the |
My guess is rather in that case that it is a text file which the Android clients opens via a webview on the server itself so it seems to be but isn't. Also if a file exists already and has been downloaded then the Nc client keeps it in sync but (not arbitrary) so we don't sync folders and their subfolders, just files already downloaded. |
Thank you for the reply. It would be nice to see this functionality some time in the future. |
This ~160$ bug bounty from #19 seems relevant |
I can second that. Please make this happen, would be extremely helpful to see that. |
7 years later, no progress? Just to sync download any folder or file automatically for that matter |
Currently the nextCloud app will create a one to one folder representation of the remote server when synchronizing a directory. However it would be really helpful on a mobile device to map a device directory to a remote server directory.
A use case would be syncronizing a workspace directory of an app on the mobile device with a dedicated directory path on the remote server. For instance a directory with pictures often edited by a mobile app synchronized with a subpath of 'Photos' on the remote server. Or you want to synchronize a shared folder with music into your music library directory on your mobile device...
This would assume issue #19 to be working, such that changes on the mobile device are propagated to the remote server.
There is an open bounty on this issue. Add to the bounty at Bountysource
![badge](https://camo.githubusercontent.com/afac556b1f299b1fcb496d439b90165470c63f7fec45341306167b95c541c364/68747470733a2f2f6170692e626f756e7479736f757263652e636f6d2f62616467652f69737375653f69737375655f69643d3335313534323230)
The text was updated successfully, but these errors were encountered: