Windows 10, rclone, plex, google drive filestream setup

I am using Plex on a Local Windows 10 Desktop, I have Google Drive FileStream:

Is there a need to Mount my Google Drive folders separately when I have access through them Already Mounted with Drive FileStream?

if So, what would be a good basic setup using Command Prompt (no encryption at this point)?
Xfinity (25Mbps Upload/300Mbps Download).

(I already am pretty familiar with command prompt and rclone, just need to know if I Should mount Google Drive or not).

For example I usually upload my DVR TV Shows:

cd /users/kevdu/Desktop/rclone
rclone copy D:"\Media\DVR 2018\TV" gsuite:"\Plex Cloud\TV Shows" --checksum --ignore-existing -v --retries 120 --stats 20s --contimeout 60m0s --transfers 1 --timeout 5m0s

Thanks,

Kevan

my mounting settings with WinFsp and rlcone:

rclone mount gsuite:"\Plex Cloud" P: --read-only --allow-other --acd-templink-threshold 0 --dir-cache-time 60m --tpslimit 10 --tpslimit-burst 10 --buffer-size 0M --fuse-flag sync_read --stats 30s --timeout 5s --contimeout 5s -v --log-file=c:/users/kevdu/Desktop/rclone/logfilemount1.log &

I am able to mount but unable to open any of the folders (freezes and “not responding”)