Access Google Drive with a free Google account (for personal use) or G Suite account (for business use). Aug 23, 2018 - We'll cover sharing Google Drive folders and individual files, as well as. With a password can use a link to view or download shared content.
- Google Drive Create Shared Folder
- Google Drive Download Shared Folder
- Remove Shared Folder Google Drive
- Google Drive Shared Folder Permissions
Google Drive Create Shared Folder
I have been provided with access to a zip file/folder which is stored in my google drive and inside 'Shared with me'.
How can I download it to my laptop through terminal using 'wget' or python or anything related.
Google Drive Download Shared Folder
The url for the whole folder within which it is contained goes like, https://drive.google.com/drive/folders/13cx4SBFLTX8CqIqjjec9-pcadGaJ0kNjand the shareable link to the zip file is https://drive.google.com/open?id=1PMJEk3hT-_ziNhSPkU9BllLYASLzN7TL.
Since the files are 12GB in size in total, downloading them by clicking is quite tiresome when working with Jupyter notebook.
1 Answer
You can check my answer here (Updated March 2018):https://stackoverflow.com/a/49444877/4043524
There is one little issue with your case. In your situation, the format of the URL is different from the one mentioned in the link given above.
But, don't worry, you just have to copy the ID (a random-looking string in front of 'id' key in the URL) and replace the FILEIDENTIFIER in the script with it.