[教程] 使用 Chrome 从 Google Drive 进行多线程、断点续传下载

时间:2024-04-02 07:05:14

Introduction

最近要从 Google Drive 上下载一个非常大的数据集(> 50GB),使用谷歌浏览器 Chrome 下载时老遇到断线问题导致下载失败,而且默认情况下 Chrome 不支持断点续传,再次下载时都要重新开始。
本文介绍如何在 Chrome 浏览器中开始多线程断点续传下载。

Environments

  • Windows 10
  • Chrome (version 78.0)
  • Google Drive

Procedures

  1. 打开谷歌浏览器 Chrome
  2. 在地址栏中输入chrome://flags/
  3. 搜索parallel downloading,即多线程,如下图:

[教程] 使用 Chrome 从 Google Drive 进行多线程、断点续传下载

  1. Default选项修改为Enabled

[教程] 使用 Chrome 从 Google Drive 进行多线程、断点续传下载

  1. 如法炮制,搜索Allow download resumption without strong validators,即断点续传,将Default更改为Enabled,不再赘述
  2. 重启浏览器,大功告成也