Animosity, thank you so much for your major contributions and continuing support to the community.
I have some Problems with my build and hope you can help! 
First, here is my setup:
--Ubuntu 18.04, i7/16GB Ram, connecting only through ssh.
--Google Drive <remote:drive "gdrive"> / Media <remote:crypt "gcrypt"> / Movies, etc.
--I am using custom API key, client ID, etc.
--my .conf and mount scripts are near identical to yours.
--notably, yours do not include a "vfs" setting, I assume this is because you defer to defaults?
## Problem 1 ##
uploading MKV from server local folder to gcrypt:movies (via rclone move command), I got the following entries in my mount log, over and over and over in this pattern:
2019/08/05 07:01:22 ERROR : movies/abc123xyz 2019.mkv: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes
2019/08/05 07:01:23 ERROR : movies/abc123xyz 2019.mkv: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes
2019/08/05 07:01:24 ERROR : movies/abc123xyz 2019.mkv: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes
2019/08/05 07:01:25 INFO : movies/abc123xyz 2019.mkv: Copied (new)
2019/08/05 07:01:27 ERROR : movies/abc123xyz 2019.mkv: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes
2019/08/05 07:01:28 ERROR : movies/abc123xyz 2019.mkv: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes
2019/08/05 07:01:29 ERROR : movies/abc123xyz 2019.mkv: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes
2019/08/05 07:01:30 INFO : movies/abc123xyz 2019.mkv: Copied (new)
## Problem 2 ##
PMS via official plex docker container has its /data folder mapped to the local /home/user/gdrive/gcrypt folder (setup through the docker run config). But, PMS does not see any of the subfolders in my remote:crypt mounted folder. gcrypt is mounted to /home/user/gdrive/crypt and it contains subfolders including movies, tv shows, etc. PMS does not see these subfolders, so it seems PMS is not seeing the decrypted contents of gcrypt. How can I debug this?
##Problem 3## I am running three systemd service scripts in the /etc/systemd/system folder, and none of them execute on startup:
(1) gdrive-rclone-crypt.service <this is near identical to your gmedia-rclone.service script, it mounts my gcrypt remote to /home/user/gdrive/crypt, user/group are my primary sudo user/group, i am not sure what to replace with the user where you had the value animosityapp>
(2) gdrive-rclone-nocrypt.service <this is near identical to your gmedia-rclone.service script, it mounts my gdrive remote to /home/user/gdrive/nocrypt, it is edited to execute AFTER (1) above, and it was edited to omit --rc because (1) and (2) can't both have this without triggering an error>
(3) gdrive-find.service <this is near identical to your gmedia-find.service script, modified to execute AFTER (2) above>
##Problem 4## plex docker container (via official plex container) does not start at system startup/reboot. I have to manually start it. Do you know what config file I can modify so this starts up automatically?