Deployn

Google Drive - Download Link

Convert a share link to a download link.

Google Drive - Download Link-heroimage

Table of Contents

CAUTION

Please note that this blog post was originally written in German and has been translated for your convenience. Although every effort has been made to ensure accuracy, there may be translation errors. I apologize for any discrepancies or misunderstandings that may result from the translation and I am grateful for any corrections in the comments or via mail.

I have uploaded a file to my Google Drive storage.

Uploaded file

I would now like to download this file to my server. It is pretty easy to activate a link for sharing.

Link to share

I use wget to download the file to the server.

cd ~
wget https://drive.google.com/file/d/19h7i3WV0micWIiOHhdv7FWS3IDpQOf0Z/view?usp=sharing
ls

There is now a file in my home folder. But not the file “Hello.txt”, but the file “view?usp=sharing”. Even if you shorten the end of the URL, it is still not enough, as you then download an “index.html”.

Why is this the case? When you click on the link, the Google Drive Explorer opens. The file can then only be downloaded by clicking on the corresponding button. If you want to change this behavior, you can convert your link.

Simply paste the original link here:

The converted link ensures that the file is downloaded immediately when it is called up.


This website uses cookies. These are necessary for the functionality of the website. You can find more information in the privacy policy