aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-05-29Link to release downloadsPetter Rasmussen
2021-05-28Bumb versionPetter Rasmussen
2021-05-28Update README.mdPetter Rasmussen
2021-05-28Merge pull request #565 from CypherpunkSamurai/patch-1Petter Rasmussen
Added Automated Release Github Action
2021-05-28Add news about being verified for sensitive scopesPetter Rasmussen
2021-03-05Merge pull request #575 from joshschriever/masterPetter Rasmussen
Update path to sabhiram/go-gitignore
2021-03-05update path to sabhiram/go-gitignoreJosh Schriever
see https://github.com/sabhiram/go-gitignore/commit/24b2447174be370e56ea86a72f00a76258606067
2020-09-22Added Automated Release Github ActionCypherpunk Samurai
Automatically compiles binaries for most common platforms and adds them to the release
2020-07-28Add note about not being maintained anymorePetter Rasmussen
2019-07-29Update README.mdM. Mucahid Benlioglu
Migrated compiled binaries to Github releases. Fixes #479
2019-04-19Re-compiled binaries to update go version. Fixes #450M. Mucahid Benlioglu
Signed-off-by: M. Mucahid Benlioglu <m.mucahidbenlioglu@gmail.com>
2019-03-11Updated maintenance noteM. Mucahid Benlioglu
2017-09-08Add maintenance notePetter Rasmussen
2017-02-24Merge pull request #258 from saaros/dont-read-nonexistent-tokensPetter Rasmussen
auth/file_source: don't try to read non-existent files
2017-02-15auth/file_source: don't try to read non-existent filesOskari Saarenmaa
Commit b33b3e96e introduced a bug where we try to read a token file even if it doesn't exist, causing unauthenticated run (e.g. `gdrive about`) to fail with the error Failed getting oauth client: Failed to read token: unexpected end of JSON input Closes #257.
2017-02-04Merge pull request #213 from X1011/patch-1Petter Rasmussen
clarify that only the root .gdriveignore is used
2017-02-01Merge pull request #252 from fab-io/masterPetter Rasmussen
New feature, support authentication via service account.
2017-01-26New feature, support authentication via service account.Fabio Di Fabio
2017-01-18Update windows 64-bit download linkPetter Rasmussen
2016-10-24clarify that only the root .gdriveignore is useddan smith
2016-10-12Merge pull request #201 from jblazquez/masterPetter Rasmussen
Added --description option
2016-09-20Added --description optionJavier Blazquez
2016-09-14Merge pull request #193 from alexanderkjeldaas/patch-1Petter Rasmussen
Fix #159
2016-09-12Fix #159Alexander Kjeldaas
Document how to list files in a subdirectory.
2016-09-06Merge pull request #191 from dreamtechit/masterPetter Rasmussen
Add the skip parameter to download and download query commands
2016-09-06Merge pull request #190 from fab-io/masterPetter Rasmussen
add the parameter to specify the Google Apps domain when the sharing type is domain
2016-09-06Merge pull request #187 from vandenoever/masterPetter Rasmussen
Add --mime option to gdrive import
2016-09-06Merge pull request #165 from Anmol-Singh-Jaggi/masterPetter Rasmussen
Fixed typo
2016-09-06Add the skip parameter to download and download query commandsRoberto Gambuzzi
2016-09-01add the parameter to specify the Google Apps domain when the sharing type is ↵Fabio Di Fabio
domain
2016-08-24Add --mime option to gdrive importJos van den Oever
2016-06-20Fixed typoAnmol Singh Jaggi
`directoy` -> `directory`
2016-05-02Merge pull request #148 from paulz/masterPetter Rasmussen
add Homebrew installation instructions
2016-05-02remove tap from install instructionsAmigo Developer
as now https://github.com/Homebrew/homebrew-core/pull/754 has been accepted we do not to tap
2016-05-01add Homebrew installation instructionsPaul Zabelin
2016-04-17Merge pull request #140 from paulz/godepPetter Rasmussen
add Go dependencies by godep
2016-04-17add Go dependencies by godepPaul Zabelin
see https://github.com/tools/godep
2016-04-09Merge pull request #133 from app-git-hub/patch-1Petter Rasmussen
Clarifies the phrase 'first time gdrive is launched'.
2016-04-09Add 2.1.0 download linksPetter Rasmussen
2016-04-09Update usagePetter Rasmussen
2016-04-09Version 2.1.0Petter Rasmussen
2016-04-09Skip non-regular files #114Petter Rasmussen
2016-04-09Check both backend and rate limit errorsPetter Rasmussen
2016-04-09Add minimum go 1.5 version notice #131Petter Rasmussen
2016-04-09Give proper timeout error messagePetter Rasmussen
2016-04-09Configurable timeout as argument #127Petter Rasmussen
2016-04-06Clarifies the phrase 'first time gdrive is launched'.app-git-hub
Newbie users, like myself, compiled several versions of gdrive because we were not getting the auth. url when running `gdrive` from terminal as pointed out by the phrase "The first time gdrive is launched ... you will be prompted for a verification code".
2016-02-27Add gdrive binary locationPetter Rasmussen
2016-02-27Merge pull request #110 from DirkyJerky/masterPetter Rasmussen
Make `go get` work
2016-02-26Make `go get` workGeoff Yoerger
Make `go get` work