Download Files and Folders from Google Drive with Python Scripts

preview_player
Показать описание
In this video you will learn how to use gdown to download files and folders from Google Drive using Python scripts. This is very easy and only takes a couple lines of code. Also its very handy because over a billion people use Google Drive and accessing it is a common use case

SCRIPTS FOLDER:

SPECIFIC FILES:

🌟🔗 𝗦𝗘𝗖𝗢𝗡𝗗 𝗖𝗛𝗔𝗡𝗡𝗘𝗟 (Coding with GPT) 🔗🌟

📱 𝗦𝗢𝗖𝗜𝗔𝗟 🌐

💻 𝗖𝗢𝗗𝗘 𝗥𝗘𝗣𝗢𝗦 🎯

🌍 𝗪𝗘𝗕𝗦𝗜𝗧𝗘𝗦 🖥️

Sanjin Dedic is a highly qualified and experienced robotics engineer and educator, with over a decade of teaching experience in the field of digital technologies. He has co-authored a book on the micro:bit titled "From Go to Whoa with Physical Tech," and has developed numerous teacher professional development programs in Python, including an Australian Teacher Guide to Object Oriented Programming that received a Google grant in 2021. In addition to his extensive experience in the field of education and technology, Dedic has also recently expanded his expertise by completing professional cybersecurity qualifications and organizing a statewide Capture the Flag event for the Victorian Coding Challenge during the COVID lockdowns.
Рекомендации по теме
Комментарии
Автор

cool tutorial dude, just one thing, at 12:04, line 6, the url.split('/')[-1] will consider the entire id and ?usp=sharing, that is because there is no '/' in between id and ?usp=sharing, so the if condition will never satisfy, correct right?

AmitTiwari-mehu
Автор

I have two errors:

1
url = sys.argv[1]

IndexError: list index out of range

2
when i specify the file_id directly, the link that I receive leads to Internal Server Error

Have anything changed on google since then or do you have any suggestions what am I doing wrong?

jiriprochazka
Автор

Is it possible to download a non-share gdrive link using python??

viniab
Автор

thanks a lot, it's really help me

wisnualkhairi
Автор

The "coming up" is a bit of a wasteof time, that's a format better used by entertainment youtubers.

Rj-immu