aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-03-27support teamdrivesHEADmasterjeff.yin
2022-09-20drive/export: Replace "/" in file name with "_"Teddy Wing
When the file name includes a "/" character, the export fails. Replace the character in the file name with a "_" character, replicating the behaviour of the Google Docs web UI. Partially fixes https://github.com/prasmussen/gdrive/issues/120.
2022-09-20Untrack and ignore the vendor directoryTeddy Wing
I don't think this should be in version control.
2022-08-19handlers_drive.go: Use private Google client IDTeddy Wing
2022-08-19Merge branch 'pr/337' into twTeddy Wing
2022-08-19Merge branch 'pr/585' into twTeddy Wing
Add Go modules This greatly improves the experience for people wanting to build the project from source.
2021-07-13Add Go modulesDawid Dziurla
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-08-14Possibility to disable notification when sharing to user or groupDusan Stloukal
Added the parameter --no-notification to the action "share" to not send notification e-mails to users or groups. Not allowed for other requests. It must not be disabled for ownership transfers.
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