Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hmage/drive-untrash

Fork of Google Drive mass restore/untrash command line utility. Parallelized.
https://github.com/hmage/drive-untrash

golang google google-drive restore undelete

Last synced: about 1 month ago
JSON representation

Fork of Google Drive mass restore/untrash command line utility. Parallelized.

Awesome Lists containing this project

README

        

### drive-untrash

## Install

`go get -u github.com/hmage/drive-untrash`

## Setup

Follow the steps on https://developers.google.com/drive/v3/web/quickstart/go
to get the `client_secret.json` file. It will be loaded from the current
working directory.

## Usage

```
drive-untrash [folderID]...
-v verbose logging
```

Without folderID's specified, all trashed files in Google Drive will get restored.