I am download file from my google drive but, due to network issue. File download is breaking. Is there any way to use python to download file from drive where one can continue from where download crashed?
Asked
Active
Viewed 94 times
0
-
See this answer: https://stackoverflow.com/questions/25010369/wget-curl-large-file-from-google-drive/39225039#39225039 – Sergey Dyshko Aug 12 '20 at 18:50
-
@SergeyDyshko I did checked. But, even per the answer the downloading start again right from scratch. I am looking for way to resume download from where it was stopped last. – Wei Aug 13 '20 at 06:43
-
Now that you have a downloadable link (my previous comment), you can try something like https://stackoverflow.com/questions/22894211/how-to-resume-file-download-in-python to save the download progress and resume from the last position. Yet, I haven't seen any software with this kind of feature since 2007 :-) – Sergey Dyshko Aug 14 '20 at 15:32
-
@SergeyDyshko youtube-dl have such feature! – Wei Aug 14 '20 at 16:04