{"id":16483438,"url":"https://github.com/swap76/move_assets_to_google_drive","last_synced_at":"2026-05-14T06:32:37.075Z","repository":{"id":138131174,"uuid":"224784631","full_name":"Swap76/Move_Assets_To_Google_Drive","owner":"Swap76","description":"Using this repo a beginner will be able move assets from databases or file systems onto Google Drive ","archived":false,"fork":false,"pushed_at":"2019-11-29T18:53:44.000Z","size":27,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T22:42:10.331Z","etag":null,"topics":["file-upload","google-drive","mongodb","multithreading","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Swap76.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-29T05:44:41.000Z","updated_at":"2020-11-05T15:55:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"707366ac-cb9c-476c-8808-b34a157246c0","html_url":"https://github.com/Swap76/Move_Assets_To_Google_Drive","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Swap76/Move_Assets_To_Google_Drive","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Swap76%2FMove_Assets_To_Google_Drive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Swap76%2FMove_Assets_To_Google_Drive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Swap76%2FMove_Assets_To_Google_Drive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Swap76%2FMove_Assets_To_Google_Drive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Swap76","download_url":"https://codeload.github.com/Swap76/Move_Assets_To_Google_Drive/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Swap76%2FMove_Assets_To_Google_Drive/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33013247,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["file-upload","google-drive","mongodb","multithreading","python"],"created_at":"2024-10-11T13:13:59.185Z","updated_at":"2026-05-14T06:32:37.045Z","avatar_url":"https://github.com/Swap76.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Move_Assets_To_Google_Drive\nUsing this repo a beginner will be able move assets from databases or file systems onto Google Drive \n\n## Getting started with the project\n\n* Fork the repository on GitHub.\n\n* Navigate to the folder of the repository.\n\n* To run this project, you should have python3 and pip installed on your system.\nIf you don't have python3, MongoDB(If want to fetch records from DB) and pip, you can visit [The official site of python3](https://www.python.org/download/releases/3.0/)\nto install them on your system.\n\n* Install python3 dependencies.  \n  ```\n  pip install -r requirement.txt\n  ```\n\n* Enable Google Drive API for your account and obtain credentials for the same. Please follow the [Codelab](https://codelabs.developers.google.com/codelabs/gsuite-apis-intro/#9) for all this\n\n* Now run following command for generating token for our python app to use Google Drive API.\n    ```\n    python3 GoogleDriveSetup.py\n    ```\n    This command will create a token.pickle file in the root directory\n\n* Setup MongoDB connection by providing Database URL, Database Name, Collection name in the respective program. Then in one terminal run \n    ```\n    mongod\n    ```\n    Keep this terminal running\n\n* Then Add a new key in the DB for Tracking Upload for this refer [Mongo Help](./mongo_setup.md). Run this commands in mongoshell\n\n* Use following commands for running the programmes:-\n    For running a single thread program (Please make sure you create temp folder before running the program)\n    ```\n    python3 singleThread_Upload.py\n    ```\n    For running a multi thread program (Please make sure you create folders for downloading files)\n    ```\n    python3 multiThread_Upload.py\n    ```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswap76%2Fmove_assets_to_google_drive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswap76%2Fmove_assets_to_google_drive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswap76%2Fmove_assets_to_google_drive/lists"}