{"id":37179429,"url":"https://github.com/usmanmughalji/gdriveupload","last_synced_at":"2026-01-14T20:52:57.017Z","repository":{"id":60108597,"uuid":"254713154","full_name":"usmanmughalji/gdriveupload","owner":"usmanmughalji","description":"A command line utility for interacting with Google Drive and Team Drive","archived":false,"fork":false,"pushed_at":"2022-10-01T00:47:45.000Z","size":12372,"stargazers_count":22,"open_issues_count":1,"forks_count":12,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-21T15:33:33.251Z","etag":null,"topics":["command-line-tool","download-from-gdrive","easy-to-use","go","go-language","google-drive","team-drive","team-drive-supported","upload-to-gdrive"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/usmanmughalji.png","metadata":{"files":{"readme":"README.md","changelog":"changelogs.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-10T18:58:23.000Z","updated_at":"2024-02-15T00:00:16.000Z","dependencies_parsed_at":"2023-01-19T01:00:46.222Z","dependency_job_id":null,"html_url":"https://github.com/usmanmughalji/gdriveupload","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/usmanmughalji/gdriveupload","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usmanmughalji%2Fgdriveupload","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usmanmughalji%2Fgdriveupload/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usmanmughalji%2Fgdriveupload/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usmanmughalji%2Fgdriveupload/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/usmanmughalji","download_url":"https://codeload.github.com/usmanmughalji/gdriveupload/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usmanmughalji%2Fgdriveupload/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28434500,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["command-line-tool","download-from-gdrive","easy-to-use","go","go-language","google-drive","team-drive","team-drive-supported","upload-to-gdrive"],"created_at":"2026-01-14T20:52:56.306Z","updated_at":"2026-01-14T20:52:57.004Z","avatar_url":"https://github.com/usmanmughalji.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"### Important Note\n- **gdrive** on this repository **required** the following **requirements:**\n    - **Graphical User Interface (GUI)**\n    - **Browser**\n- **For headless machines, i.e. (servers, vps)**\n  - [Here](https://github.com/usmanmughalji/gdriveup)\n\n### Overview\ngdrive is a command line utility for interacting with Google Drive. Based on [gdrive](https://github.com/prasmussen/gdrive)\n\n### Installation\n- Download the latest gdrive binary file according to your **Architecture / OS** from [Here](https://github.com/usmanmughalji/gdriveupload/releases)\n- Rename file first:\n  - Example: **gdrive-linux-x64** to **gdrive**\n```\nmv gdrive-linux-x64 gdrive\n```\n- Add permission to the file:\n```\nchmod +x gdrive\n```\n- Install in following folder:\n  - **Note:** sudo is not necessary, but if you feel it's required for your **os**, then you should use it.\n```\nsudo install gdrive /usr/local/bin/gdrive\n```\n- Run the following command to authenticate with your **Google Drive / Team Drive** account:\n```\ngdrive list\n```\n### To Uninstall / Remove any Previous Version\n- For current version (**Latest**):\n  - Removing file:\n```\nsudo rm -rf /usr/local/bin/gdrive\n```\n- Locating token file, follow:\n```\nls -a ~\ncd ~\ncd .config\ncd gdrive\nor\ncd ~/.config/gdrive/\n```\n- Removing token file:\n```\nrm -rf ~/.config/gdrive/token_v2.json\n```\n- For previous version (**Old**):\n  - Removing file:\n```\nsudo rm -rf /usr/local/bin/gdrive\n```\n- Locating token file, follow:\n```\nls -a ~\ncd ~\ncd .gdrive\nor\ncd ~/.gdrive/\n```\n- Removing token file:\n```\nrm -rf ~/.gdrive/token_v2.json\n```\n### Usage\n- Recommended to use the **```gdrive help```** command to learn more about the tool and to use it properly.\n- To upload a file directly to the root of the drive:\n```\ngdrive upload \"file.zip\"\n```\n- To upload a single file to a specific folder or directory:\n  - **Note:** Below commands works for both **gdrive** and **team-drive** as well\n```\ngdrive upload -p 0ABCA123456789 \"file.zip\"\n```\n- To upload a whole folder or directory:\n```\ngdrive upload -r -p 0ABCA123456789 \"folder-name\"\n```\n\n### Notes:\n- I don't own the code or the tool, and I am thankful to all the developers and contributors who have made this wonderful tool.\n- In the repository, I have uploaded the **gdrive-linux-x64** which is rename to gdrive.\n- If you want to read about the documentation of the tool completely, please visit their [official repository](https://github.com/prasmussen/gdrive).\n- I am using the following [source code](https://github.com/msfjarvis/gdrive) for compiling the binaries.\n- I am thankful to [hashhackers](https://t.me/HashHackers) and their team, which always bring the best quality of services to their users.\n\n### Credits\n- [prasmussen](https://github.com/prasmussen)\n- [msfjarvis](https://github.com/msfjarvis)\n- [API](https://gitlab.com/GoogleDriveIndex/Google-Drive-Index)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusmanmughalji%2Fgdriveupload","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fusmanmughalji%2Fgdriveupload","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusmanmughalji%2Fgdriveupload/lists"}