GithubHelp home page GithubHelp logo

gdown-cli-rust's Introduction

GDown

Google Drive Folder Downloader, Rust CLI

Description

Downloading a complete folder from google drive triggers creation of an archive of the folder first, which takes ages. So, this cli tool can be used to download a complete folder one file at a time without creating an archive.

This is rust implementation of the gdown project which is written in Typescript.

Setup

cargo run

Create a new project in google cloud console, enable the google drive api for your google cloud project. Now create a service account under credentials section. For this service account, create and download a new json key, name it credentials.json and put it in the root directory.

Make sure that the drive scope are as follows:

Just put the credentials.json file in the project root and the bearer token will be automatically fetched from the google auth server, and it will be used for further requests.

After that add the google drive file id you want to download into the file_id variable in main.rs file. Then you can run the application to download the file.

Todo

  • connect to google drive api
  • auth using service account
  • auth using oauth
  • get file details from file id
  • download a file
  • get file list from folder drive id
  • download all files in a folder
  • download a folder recursively
  • create a cli application
  • run on separate threads

gdown-cli-rust's People

Contributors

arindampal-0 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.