Best procedures for uploading large files to Google Drive?

Perfect, thank you! works fine on my crypt drive.

Quick question, since my files are around 120GB in storage, should I increase the chunk_size to be higher? and /or anything else I can do to increase speeds? atm only getting ~52 Mi/s and I should be getting more in theory.

Lastly, I reckon I can wget directly into drive as well this way? (have to use wget bc multi-threaded solutions such as axel doesn't work)

wget http://127.0.0.1:4067/file.txt -P 2:

Is that right?

Thanks once again Animosity