Hello!, So, this seems like a really basic use case but I can’t seem to figure out the best way to do it.
I have a home server running unRAID and want to use rclone to set up my cloud services on a share. I have Amazon and Google drive all set up and working perfectly but after doing the same steps with Dropbox I kinda have it half-working.
Basically I can mount the folder and browse it, most of the files show up and I can download/upload stuff but many folders, particularly the “Camera Upload” one, show up completely empty even though that’s wrong.
Here’s the command I use to mount it:
“rclone mount --max-read-ahead 1024k --allow-other dropbox: /mnt/user/sync_services/dropbox &”
Am I doing something wrong? Anything you guys would recommend?.
Thanks! :D.