Google Work Space + Plex +RClone Mount settings

Says pretty much the same thing: Download quota exceeded for this file, so you can't download it at the time. It gives this message for any file.

at this point, is there a rclone issue you need help with?

Yes, there's one more. For some odd reason, ever since I created my first mount it appears twice.
Two mounts of the same exact drive.

how do you know that?
did you look to see if you have two copies of rclone mount running at the same time?

Theres only one Rclone mount command set to run on boot.

have you done that?

on linux

ps -aux | grep rclone
user01   13879  0.0  1.2 746264 50580 pts/6    Sl   Jan26   1:31 /usr/bin/rclone mount wincrypt: /home/user01/rclone/mountpoints/wincrypt --daemon --allow-other --vfs-cache-mode=full --cache-dir=/home/user01/rclone/cache/wincrypt -vv

on windows, using task manager

please answer the question, what proof do you have?

I'm on macOS, I went to activity monitor and there's only one instance of it running.

you claim that Two mounts of the same exact drive.
yet have shown zero evidence???

Please see attached.

i do not use macos, i would reboot

I've had the double mount since I installed/configured Rclone about 3 weeks ago.
I've rebooted multiple times and the problem persists.

and if you kill the mount, do either of the two icons go away?
if one icon remains, does it work?

Just killed the mount and both of them went away.
Remounted and both came back.

i would
--- kill the mount
--- delete the rclone log file
--- start the mount
--- click on one icon, display the root folder.
--- kill the mount
--- post the full debug log.

Does the log file command (--log-file ~/Documents/_FILES_HANDLING/rclone.log) go in the rclonemound.command file? Because I currently have it in there but I do not get a log generated.

yes, on the command line.

what user is the rclone mount running as?
you are using a relative path ~/, whereas i always use full paths.

Here's what I currently have.

rclone mount gdrivemediacrypt: /Users/georgiapeach/Desktop/gdrivemediacrypt/
--poll-interval 10s
--allow-other
--cache-dir ~/Movies/cache
-vv
--log-file /Users/georgiapeach/Documents/_FILES_HANDLING/rclone.log

ok, then follow the steps i outlined and post the log

I just followed your steps but I still don't have a log generated in the path listed.