Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hmage/drive-untrash
- Owner: hmage
- Created: 2020-07-21T16:10:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T01:12:27.000Z (over 1 year ago)
- Last Synced: 2024-06-21T02:17:37.533Z (5 months ago)
- Topics: golang, google, google-drive, restore, undelete
- Language: Go
- Homepage:
- Size: 160 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.