Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 689 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 689 Bytes

gdrive

Google Drive CLI.

Run

export SERVICE_ACCOUNT_FILE="example.json"
export GDRIVE_VOLUME="/tmp/gdrive"

Init:

docker run -it --rm \
    --platform linux/amd64 \
    --volume "${GDRIVE_VOLUME}:/var/lib/gdrive" \
    --volume "${SERVICE_ACCOUNT_FILE}:/gcp/credentials.json" \
    andreswebs/gdrive init \
      --service-account-file /gcp/credentials.json /var/lib/gdrive
docker run -it --rm \
    --platform linux/amd64 \
    --volume "${GDRIVE_VOLUME}:/var/lib/gdrive" \
    andreswebs/gdrive -h

Authors

Andre Silva andreswebs

License

This project is licensed under the Unlicense.