Mounted the dropbox (with WinFSP v.1.8.20304) as a drive but it's not being recognized in Plex. It works perfectly on its own. I can see in My PC along with other drives and access and put files in it. But the plex just doesn't see the drive letter when I try to add it as library.
What is your rclone version (output from rclone version)
rclone v1.53.2
os/arch: windows/amd64
go version: go1.15.2
Which OS you are using and how many bits (eg Windows 7, 64 bit)
Windows 10, 64bit
Which cloud storage system are you using? (eg Google Drive)
Dropbox
The command you were trying to run (eg rclone copy /tmp remote:tmp)
rclone mount dropbox:/ q: --vfs-cache-mode writes --allow-other
one list for program/services run with admin rights.
one list for program/services run without admin rights.
if you run rclone as system user, then all programs/services will see the mount.
keep in mind, that rclone will run as system user, not your username, and rclone will not be able to find the config file in its default location, so you must use --config
you will not be able to see the command prompt wndow that rclone is running under, so if you want to know what is going on you need to use a rclone log file.
what i do is this and then no need to system user.
mount to a folder, not drive letter like so. rclone mount gdrive-a1b2: b:\mount\rclone\gdrive-a1b2
if is recommend to use --vfs-cache-mode full
when i mount for streaming, i follow @VBB recommendations about mounting as read only and priming the mount for plex scan. Google Drive, Plex, Windows 10