Search Criteria
Package Details: gdrive-git 3.9.0.r4.gf03868a-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gdrive-git.git (read-only, click to copy) |
---|---|
Package Base: | gdrive-git |
Description: | Google Drive CLI Client (Rust rewrite) |
Upstream URL: | https://github.com/glotlabs/gdrive |
Licenses: | MIT |
Conflicts: | gdrive |
Provides: | gdrive |
Submitter: | willemw |
Maintainer: | scarlettekk |
Last Packager: | scarlettekk |
Votes: | 8 |
Popularity: | 0.000000 |
First Submitted: | 2015-05-16 09:18 (UTC) |
Last Updated: | 2023-04-30 18:04 (UTC) |
Dependencies (2)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (1)
- git-annex-remote-gdrive (requires gdrive)
Latest Comments
1 2 Next › Last »
hybroid commented on 2019-06-17 22:51 (UTC)
@willemw: issue raised in 2016 year :) I commented to this issue: https://github.com/gdrive-org/gdrive/issues/123
willemw commented on 2019-06-11 19:25 (UTC)
@hybroid: Thank you for the patch. I see now that on https://github.com/gdrive-org/gdrive (redirect from https://github.com/prasmussen/gdrive) that the project will become active again.
And there is already a pull request for the issue: https://github.com/gdrive-org/gdrive/pull/331. Can you raise the issue on that upstream repo?
hybroid commented on 2019-06-11 15:36 (UTC)
Please add patch for this bug: https://github.com/gdrive-org/gdrive/issues/123
Patch "gdrive-Transfer_Ownership.patch" text: diff --git a/drive/share.go b/drive/share.go index e942c17..4579bd4 100644 --- a/drive/share.go +++ b/drive/share.go @@ -26,7 +26,12 @@ func (self *Drive) Share(args ShareArgs) error { Domain: args.Domain, }
In PKGBUILD add "prepare": _gobuild=build/src/$_gourl prepare() { cd "$srcdir/$pkgname" git apply ../gdrive-Transfer_Ownership.patch
cd $srcdir mkdir -p "$(dirname $_gobuild)" cp -a "$srcdir/$pkgname" $_gobuild }
Change in PKGBUILD "build" function: build() { GOPATH="$srcdir/build" go get -fix -v -x $_gourl }
bartus commented on 2019-03-01 19:34 (UTC)
It would be nice to have
fresh
OAuth ID, as one provided within git repo is badly overused. Simple patch that replace those two lines with some fresh client id: https://github.com/bartoszek/gdrive/commit/ef59e98d8fd928073f8d64ffccbef4ebd3b9660fwillemw commented on 2016-03-31 18:46 (UTC)
ferrvittorio commented on 2016-03-31 15:26 (UTC)
willemw commented on 2016-03-31 15:10 (UTC)
ferrvittorio commented on 2016-03-31 15:04 (UTC)
willemw commented on 2016-03-31 08:30 (UTC)
ferrvittorio commented on 2016-03-31 05:28 (UTC)
1 2 Next › Last »