Sometime i failed to download from google drive by using browser, so i use terminal to do the job, with gdown in ubuntu, but what if you not using ubuntu, what if you use mac, can you use gdown in mac? Yes you can but for me the steps is too long so i prefer to use docker, then make an ubuntu container and run gdown from that container, maybe this tutorial can help you to do that
1. Prepare The File ID
You can get the file id from the file link
2. Prepare your container
Go to your download folder and run the following command
3. Prepare the libraries
Run the following commands to install the necessary libraries
4. Run the container
After that, you can run the container with the following command
you can change {fileId} with your File ID and myCV.pdf with your File Name
I hope that helps you guys, have a nice day!