aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetter Rasmussen2021-05-28 23:50:56 +0200
committerGitHub2021-05-28 23:50:56 +0200
commitbd18a2221e2b558e1ebca3aae4d936596a236551 (patch)
treefe23b6ffb6785cbc9aa78f89ce490135f860ad9d
parentb854c97ae2da4af75b09000e74fb33b9dcdd8bd2 (diff)
downloadgdrive-bd18a2221e2b558e1ebca3aae4d936596a236551.tar.bz2
Add news about being verified for sensitive scopes
-rw-r--r--README.md15
1 files changed, 5 insertions, 10 deletions
diff --git a/README.md b/README.md
index 2be4bc9..b109ba3 100644
--- a/README.md
+++ b/README.md
@@ -2,12 +2,13 @@ gdrive
======
-## Important
-This tool is no longer maintained.
-
## Overview
gdrive is a command line utility for interacting with Google Drive.
+## News
+#### 28.05.2021
+gdrive is finally verified for using sensitive scopes which should fix the `This app is blocked` error.
+
## Prerequisites
None, binaries are statically linked.
If you want to compile from source you need the [go toolchain](http://golang.org/doc/install).
@@ -39,14 +40,8 @@ go get github.com/prasmussen/gdrive
The gdrive binary should now be available at `$GOPATH/bin/gdrive`
-## Gdrive 2
-Gdrive 2 is more or less a full rewrite and is not backwards compatible
-with gdrive 1 as all the command line arguments has changed slightly.
-Gdrive 2 uses version 3 of the google drive api and my google-api-go-client
-fork is no longer needed.
-
### Syncing
-Gdrive 2 supports basic syncing. It only syncs one way at the time and works
+Gdrive supports basic syncing. It only syncs one way at the time and works
more like rsync than e.g. dropbox. Files that are synced to google drive
are tagged with an appProperty so that the files on drive can be traversed
faster. This means that you can't upload files with `gdrive upload` into