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

Fixes #35 #36

Closed hschauhan closed 4 years ago

hschauhan commented 4 years ago

The download fails because of usage limit exceed, too many request or some other problem. Google API suggest to retry the download in such cases. Added a 5 second wait to retry the download if it fails because of above such reasons.

Fixes #35

Signed-off-by: Himanshu Chauhan hschauhan@nulltrace.org