0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【google colab】2行でgoogle driveの公開ファイルをダウンロードする

Posted at

#結論

from google_drive_downloader import GoogleDriveDownloader as gdd

gdd.download_file_from_google_drive(file_id='ダウンロードしたいファイルのid', \
dest_path='ダウンロード後のファイル名')

#感想
今までダウンロードするために15行くらいのコードを使ってました。が、2行でできるとは······。便利!

0
2
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?