I’ve been receiving the following error for the past few days
googleapi: Error 403: The user's Drive storage quota has been exceeded., storageQuotaExceeded
I realized I had setup my rclone config incorrectly for working with PLEX. I had it setup as drive1 -> crypt1 and accoring to this guide it should be drive -> cache -> crypt. So I created a new config on the same gdrive account: drive2 -> cache -> crypt2 and then tried to copy from crypt1 to crypt2, it seemed to work for a day or so before it I started receivng the error above. I waited the 24 hours and more for the error to go away, but it still occurs. I can upload through a web browser to Gdrive directly and it works. I recieve the error when I try to upload to either crypt1 or crypt2 directly from my local machine.
Is there anything I can do to fix it? I’m just trying to setup a plex mount through Gdrive.
EDIT: I have unlimited storage through GSuite Business
EDIT2: I’ve setup a new rclone stack on the same Gdrive and I’m going to just download and re-upload everything manually from the old stacks
I added the cache because I was worried about the API calls when eventually I mounted the crypt to be read by PLEX. Are my config’s corrupted to some degree?