Download Quota Exceeded & VFS

An API call to drive.files.get != a full download of the file. You will see in the GSuite audit a log a file 'download' for each 'get' but that does not count against your download as you are only getting a chunk of the file.

Chunked reading with the VFS was a big thing for rclone to get for GD back in mid 2018 as that's why the cache backend was good prior because it had chunked reading much like plexdrive and the other providers out there.

If you want to read up on it, you can check out this thread as it has a lot of detail on chunked reading: