{"id":17834799,"url":"https://github.com/animmouse/setup-gdrive","last_synced_at":"2025-07-09T14:36:40.262Z","repository":{"id":43261001,"uuid":"419956558","full_name":"AnimMouse/setup-gdrive","owner":"AnimMouse","description":"Setup/Install gdrive (Google Drive CLI Client) for GitHub Actions","archived":false,"fork":false,"pushed_at":"2022-03-12T08:10:46.000Z","size":20,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-01T23:17:52.963Z","etag":null,"topics":["action","actions","gdrive","github-actions","google-drive","google-storage"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/setup-gdrive","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AnimMouse.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-22T03:42:54.000Z","updated_at":"2024-06-03T13:44:34.000Z","dependencies_parsed_at":"2023-01-05T04:48:13.183Z","dependency_job_id":null,"html_url":"https://github.com/AnimMouse/setup-gdrive","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/AnimMouse/setup-gdrive","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Fsetup-gdrive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Fsetup-gdrive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Fsetup-gdrive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Fsetup-gdrive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AnimMouse","download_url":"https://codeload.github.com/AnimMouse/setup-gdrive/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnimMouse%2Fsetup-gdrive/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264476643,"owners_count":23614546,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["action","actions","gdrive","github-actions","google-drive","google-storage"],"created_at":"2024-10-27T20:11:27.495Z","updated_at":"2025-07-09T14:36:40.236Z","avatar_url":"https://github.com/AnimMouse.png","language":null,"readme":"# Setup gdrive for GitHub Actions\nSetup [gdrive](https://github.com/prasmussen/gdrive) (Google Drive CLI Client) on GitHub Actions to use `gdrive`.\n\nThis action installs [gdrive](https://github.com/prasmussen/gdrive) for use in actions by installing it on `/usr/local/bin/`.\n\nWith gdrive, you can now interact with Google Drive like uploading and downloading files inside GitHub Actions. \n\nThis action requires you to use a Google Service Account with a JSON key encoded in base64.\n\nOther virtual environments besides Ubuntu are not supported yet.\n\n## Deprecation\nThis action is deprecated, please use [AnimMouse/setup-rclone](https://github.com/AnimMouse/setup-rclone) instead.\n\n## Usage\nTo use `gdrive`, run this action before `gdrive`.\n\nAlways add `--service-account gdrive.json` on `gdrive` so that the service account will be used, it will fail if you did not add that option.\n\nEncode the JSON key in base64 using this command `base64 -w 0 service-account-example.json` and paste the base64 string to `GOOGLE_SERVICE_ACCOUNT` secret.\n\n```yaml\nsteps:\n  - name: Setup gdrive\n    uses: AnimMouse/setup-gdrive@v3\n    with:\n      service_account: ${{ secrets.GOOGLE_SERVICE_ACCOUNT }}\n      \n  - run: gdrive --service-account gdrive.json about\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanimmouse%2Fsetup-gdrive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanimmouse%2Fsetup-gdrive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanimmouse%2Fsetup-gdrive/lists"}