Package Details: dropbox-cli 2024.04.17-2

Git Clone URL: https://aur.archlinux.org/dropbox-cli.git (read-only, click to copy)
Package Base: dropbox-cli
Description: Command line interface for Dropbox
Upstream URL: https://www.dropbox.com
Keywords: dropbox
Licenses: GPL-3.0-or-later
Submitter: msquared
Maintainer: Muflone
Last Packager: Muflone
Votes: 472
Popularity: 0.27
First Submitted: 2010-02-04 14:03 (UTC)
Last Updated: 2024-04-21 22:34 (UTC)

Pinned Comments

Muflone commented on 2024-04-21 22:26 (UTC)

Since version 2024.04.17-1 dropbox-cli is built from the nautilus-dropbox source as currently the dropbox.py source file is not aligned with the latest release in https://linux.dropbox.com/packages/

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 16 Next › Last »

frealgagu commented on 2018-11-30 02:43 (UTC) (edited on 2018-11-30 02:49 (UTC) by frealgagu)

@cfr42 the version in filename is in order to avoid issues once the file is downloaded, if a new version arrives makepkg does not try to re-download it if the file has the same name and it already exists. If the checksum fails then it means that there is a new version and it's necessary to change the PKGBUILD information.

Please flag it if that happens.

cfr42 commented on 2018-11-29 23:33 (UTC)

I think this is out of date, but I'm not positive so don't like to flag it. At any rate, making it fails:

==> Making package: dropbox-cli 2018.11.08-1 (Dydd Iau 29 mis Tachwedd 2018 23:30:29 GMT) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found dropbox-cli-2018.11.08.py -> Found dropbox-cli.patch ==> Validating source files with sha256sums... dropbox-cli-2018.11.08.py ... FAILED dropbox-cli.patch ... Passed ==> ERROR: One or more files did not pass the validity check!

Although the downloaded file is confusingly named with the correct version, the content says it is part of nautilus-dropbox 2018.11.28. I don't think it is helpful to add the version to the filename when downloading if you have no reason to think the version is correct. It would be better not to rename it at all or to append some arbitrary suffix, if you need one.

fifteen.one commented on 2018-11-20 01:33 (UTC) (edited on 2018-11-20 01:39 (UTC) by fifteen.one)

@frealgagu

Yes, I have python2 installed, the outputs as below:


Traceback (most recent call last):
  File "/usr/bin/dropbox-cli", line 1609, in <module>
    ret = main(sys.argv)
  File "/usr/bin/dropbox-cli", line 1598, in main
    result = commands[argv[i]](argv[i+1:])
  File "/usr/bin/dropbox-cli", line 781, in newmeth
    return meth(*n, **kw)
  File "/usr/bin/dropbox-cli", line 1260, in status
    console_print(line)
  File "/usr/bin/dropbox-cli", line 135, in console_print
    f.write(st.encode(enc))
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2022' in position 18: ordinal not in range(128)

Thanks

frealgagu commented on 2018-11-17 20:42 (UTC)

@Yeh-Z do you have python2 installed? try with the following command and let me know what happen:

python2 /usr/bin/dropbox-cli status

fifteen.one commented on 2018-11-09 08:16 (UTC)

Hi,

I got an error as below:

Traceback (most recent call last): File "/usr/bin/dropbox-cli", line 1512, in <module> ret = main(sys.argv) File "/usr/bin/dropbox-cli", line 1501, in main result = commandsargv[i] File "/usr/bin/dropbox-cli", line 719, in newmeth return meth(n, *kw) File "/usr/bin/dropbox-cli", line 1164, in status console_print(line) File "/usr/bin/dropbox-cli", line 128, in console_print f.write(st.encode(enc)) UnicodeEncodeError: 'ascii' codec can't encode character u'\u2022' in position 17: ordinal not in range(128)

any ideas? thanks!

klusark commented on 2018-08-19 02:16 (UTC)

Downloads okay for me and sha still checks out. Maybe it was a temporary network glitch.

ProfessorKaos64 commented on 2018-08-15 00:52 (UTC) (edited on 2018-08-15 00:55 (UTC) by ProfessorKaos64)

Failed to download python script.

This is the page: https://www.dropbox.com/help/desktop-web/linux-commands#commands

Link works just fine for me: https://www.dropbox.com/download?dl=packages/dropbox.py

Works with this python script / link and updating sha256sudm

karcher commented on 2018-06-09 10:43 (UTC) (edited on 2018-06-09 10:58 (UTC) by karcher)

I'm getting same error like @jarod and there is no dropbox-cli package in the pacman cache:

?? Do you want to continue? Y/n: ~~ looking for new pkgbuilds and fetching them... ==> Making package: dropbox-cli 2015.10.28-3 (Sat 09 Jun 2018 12:39:53 PM CEST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found dropbox.py -> Found dropbox-cli-arch.patch ==> Validating source files with sha256sums... dropbox.py ... FAILED dropbox-cli-arch.patch ... Passed ==> ERROR: One or more files did not pass the validity check! 2018-06-09 12:39:53,207 - wrappers - makepkg - ERROR - makepkg query makepkg -cf --noconfirm failed in directory /home/john/.cache/aurman/dropbox-cli

patrick96 commented on 2018-05-27 21:43 (UTC)

@jarod, clear the cache for that package, your aur helper probably doesn't redownload the file, if its name didn't change

jarod commented on 2018-05-26 15:30 (UTC) (edited on 2018-05-26 15:31 (UTC) by jarod)


==> Building and installing package
==> Making package: dropbox-cli 2015.10.28-2 (Sat May 26 17:30:16 CEST 2018)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading dropbox.py...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  112k  100  112k    0     0   413k      0 --:--:-- --:--:-- --:--:--  413k
  -> Found dropbox-cli-arch.patch
==> Validating source files with sha256sums...
    dropbox.py ... FAILED
    dropbox-cli-arch.patch ... Passed
==> ERROR: One or more files did not pass the validity check!
==> ERROR: Makepkg was unable to build dropbox-cli.
==> Restart building dropbox-cli ? [y/N]
==> ------------------------------------