hschauhan / gosync

An Opensource Google Drive client written in Python
https://hschauhan.github.io/gosync/
GNU General Public License v2.0
281 stars 57 forks source link

Whole gSuite not downloaded/synced #48

Open smjure opened 3 years ago

smjure commented 3 years ago

Past week I've been testing GoSync on my fresh setup with Raspberry Pi and new NAS drive. My G Suite contains about 1.3TB of data but GoSync downloads only about 0.135TB.

I played with "Sync interval (in seconds)", trying short as well we pretty long intervals, but does not download any more of data. I observed that when syncing starts, checking begins with the same files, sort of alphabetically and does not come to the end of checking/scanning - like there's some limitation in this corner. First initial scanning seems to go through OK as in the Account tab it shows the right space usage on the G Suite. Any suggestion how to overcome the problem?

arentoine commented 3 years ago

Hello,

I'm working on a possible fix. Please standby.

Regards

Alain

arentoine commented 3 years ago

Here's a (late) update :

I decided to move to the "change detection" implementation as it will handle the large number of files better. No ETA yet but it should be available before winter.