Downloading the folder to the server
Using the docker run command with gdown
Run the following command:
docker run --rm -it -w /tmp -v ${PWD}:/tmp citymagineinc/gdown:prod python3 /opt/download_google_drive_folder.py --url <insert Google Drive folder url>

Last updated