Skip to content

andreswebs-public-images/gdrive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published