I would like to download an entire public folder from Google-drive from script (python, wget, terminal, etc.).
The procedure shall be accomplished without authentication, as it's a public folder which is accessible for anyone who has the link.
Link example: https://drive.google.com/drive/folders/1Gt-W8jMrADizXYGF5QZwJh_Gc8QpKflX
In case that it's not possible to directly download the entire folder, then it would be sufficient to just being able to list its content (files), without authentication, and then I'll be able to download each file separately. How to obtain such a listing feature?
Note:
I found many similar discussions, but all were assuming either file-download or authentication, and I couldn't find a match for that specific ask, e.g.:
- Python: How do download entire folder from Google Drive
- download folder from google drive
- Download entire Google Drive folder from the shared link using Google drive API
- How to download specific Google Drive folder using Python?
- Download Shared Google Drive Folder with Python
- Python: download files from google drive using url
- https://unix.stackexchange.com/questions/136371/how-to-download-a-folder-from-google-drive-using-terminal
- https://github.com/vikynandha-zz/google-drive-backup/blob/master/drive.py