Package Details: dbxcli 3.0.0-1

Git Clone URL: https://aur.archlinux.org/dbxcli.git (read-only, click to copy)
Package Base: dbxcli
Description: A command line client for Dropbox built using the Go SDK
Upstream URL: https://github.com/dropbox/dbxcli
Licenses: Apache
Submitter: mikolajb
Maintainer: mikolajb
Last Packager: mikolajb
Votes: 6
Popularity: 0.000000
First Submitted: 2016-03-14 10:39 (UTC)
Last Updated: 2019-07-28 09:24 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

zer0def commented on 2023-08-24 09:03 (UTC)

An ad-hoc "fix" (in that the binary builds, but not a genuine fix).

diff --git a/PKGBUILD b/PKGBUILD
index 5cb301d..03be81e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ build() {

   mkdir -p ${srcdir}/src/github.com/dropbox
   mv -f ${pkgname}-${pkgver} ${srcdir}/src/github.com/dropbox/${pkgname}
-  GOPATH=${srcdir} go build \
+  GO111MODULE=off GOPATH=${srcdir} go build \
       -ldflags="${ldflags}" \
       -o ${pkgname} github.com/dropbox/${pkgname}
 }

MarsSeed commented on 2022-07-10 14:40 (UTC)

Is this tool still needed? If so, the build requires some fix:

==> Making package: dbxcli 3.0.0-1 (2022-07-10 16:38:58 CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
  -> Compiling...
  no required module provides package github.com/dropbox/dbxcli: 
  go.mod file not found in current directory or any parent directory; see 'go help modules'
==> ERROR: A failure occurred in build().
    Aborting...

mikolajb commented on 2017-05-24 10:37 (UTC)

I updated the package, now you need to register your own app at: https://www.dropbox.com/developers/apps/create and provide personal app key and personal app secret as environment variables. For example: PERSONALAPPKEY=personal_app_key PERSONALAPPSECRET=personal_app_secret makepkg

grawity commented on 2017-05-16 19:55 (UTC)

https://github.com/dropbox/dbxcli/issues/64 "More specifically, dbxcli is no longer go get-able -- you need to use the pre-built binaries. This is because we no longer embed the security tokens used for the production app in the source code." "To do your own builds yes you'd need to register your own apps and use your own keys."

nicovell3 commented on 2017-05-03 20:51 (UTC)

dbxcli was already updated. To use the last version, modify the PKGBUILD: pkgver=2.0.1 -> pkgver=2.0.2 md5sums=('eed40a3d763f0390bd67d96d90681e50') -> sha256sums=('b6a89285857a6e5ed5d9a6949569bf0b6e5998872ef9476b97e037acf5c7f3ae')