google-drive-ocamlfuse icon indicating copy to clipboard operation
google-drive-ocamlfuse copied to clipboard

Checking status of syncing

Open Allanmarbaniang opened this issue 4 years ago • 2 comments

Is there a way to see the progress of the files syncing between the local drive and Google Drive? Something like a progress bar? I think this is more like a question.

Allanmarbaniang avatar Aug 21 '20 04:08 Allanmarbaniang

No, that's not how this program works. Files aren't "synced". They're made to appear in the local filesystem, but when you access them, they are retrieved, in real time, from the network. Likewise when you write to the mounted filesystem, those writes are uploaded on demand to Google Drive.

strugee avatar Sep 07 '20 21:09 strugee

I would like to have this functionnality too! If I am uploading a big file I have edited I want to know the status of the upload.

kevinstsauveur avatar Sep 17 '20 17:09 kevinstsauveur