GoogleDrive + Windows 10 + Plex - subtitles ACESS DENIED

So I'm using a rclone mount of my google drive with nssm on windows 10 to use Plex
It works perfectly, but my external .srt subtitles are not shown in plex.
They are named correctly and everything. I tried uploading it using Plex WebTools but I get a message saying that plex doesn't have access to the subtitles.

My mount command right now is: mount --allow-non-empty --allow-other --dir-cache-time 72h --drive-chunk-size 64M --log-level INFO --vfs-read-chunk-size 32M --vfs-read-chunk-size-limit off Plex: M: --config "C:\Users\me.config\rclone\rclone.conf" --vfs-cache-mode writes

Everything works fine except .srt subtitles
Thank you!

What do you mean access denied? Do you have a log from rclone? Can you run with -vv and share the log?

-allow-non-empty is just a bad thing to use as it allows things to be over mounted and hidden.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.