Dhruv Bhagadia
Dhruv Bhagadia
@astrada, whenever I restart the VM the refresh token field in the file ```~/.gdfuse/default/state``` vanishes. What possibly could the reason be?
Also, @astrada I try to untar files which are around 4G in size using google-drive-ocamlfuse but the speed at which the untar happens is extremely slow (2.6kps). I saw the...
@astrada Nope, I don't want to modify the tar files just untar them on drive. In order to run the linux untar command on those tar files available on drive...
@astrada, I tried headless authorization again today. I could mount and use ocamlfuse properly but when I tried to see the refresh_token, the field is empty. I feel my headless...
Solved the issue by manually copy pasting refresh_token, last_access_token in ```~/.gdfuse/default/state``` and client_id, client_secret in ```~/.gdfuse/default/config```
@astrada, after setting ```stream_large_files=true``` the extraction speed improved to 3.5kbps. Can I improve it further by any means?