Hello,
I am struggling with symlinks. I can't get them to work.
I have a folder structure like this:
Fotos/jpeg/ [files]
Fotos/colecciones( [links to some files]
The links are defined like "../jpeg/[file]", so those links are pointing to files that are in Dropbox - I tried before linking to the full path, with the same results I describe below.
What is happening:
- In the web browser, I cannot preview the files
- In an Iphone and an Android, same thing, can't preview the files
- In a raspberry pi where I download the files with rclone, they appear empty to, even with the follow symlinks option.
- In a Mac where I have my dropbox account linked, I can see the files no problem
- In my wife's Mac (the folders are shared), I can also see the files.
According to the documentation, what I am doing should be working as the symlinks are symlinks to files in Dropbox. https://help.dropbox.com/es-es/installs-integrations/sync-uploads/symlinks
How can I get those symlinks to work?