Search Criteria
Package Details: acd_cli 0.3.2-2
Git Clone URL: | https://aur.archlinux.org/acd_cli.git (read-only) |
---|---|
Package Base: | acd_cli |
Description: | acd_cli provides a command line interface to Amazon Cloud Drive and allows mounting your cloud drive using FUSE for read access. |
Upstream URL: | https://github.com/yadayada/acd_cli |
Keywords: | amazon backup cloud clouddrive drive storage |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | matth |
Maintainer: | Raansu |
Last Packager: | Raansu |
Votes: | 23 |
Popularity: | 0.000653 |
First Submitted: | 2015-08-17 20:01 |
Last Updated: | 2017-01-10 13:44 |
Dependencies (11)
- python-appdirs (python-appdirs-git)
- python-colorama (python-colorama-git)
- python-dateutil
- python-fusepy (python-fusepy-git)
- python-requests-toolbelt
- python-setuptools
- python-sqlalchemy (python-sqlalchemy-0.7.9, python-sqlalchemy-git)
- python-requests>=2.1.0
- python (python-dbg) (make)
- fuse2 (optional) – Filesystem mount support
- fuse3 (optional) – Filesystem mount support
Latest Comments
1 2 Next › Last »
Raansu commented on 2018-04-06 00:49
@JeanMi91 I'm fairly certain this project is no longer active as Amazon has blocked this program from working.
JeanMi91 commented on 2018-04-05 08:14
Hi all,
I encounter a problem of installation acd_cli ( 0.3.2-2 ):
==> Starting package()... File "setup.py", line 8 def read(fname: str) -> str: ^ SyntaxError: invalid syntax
Has anyone had this error ?
DamienJR commented on 2017-04-02 23:23
Although connecting to the Amazon Drive worked well, I would encounter an SQLite error message "cannot change into wal mode from within a transaction"
Replacing this package with the acd_cli-git version fixed the error message, and I am able to 'ls' and 'mount' successfully. Thanks.
More discussion: https://github.com/yadayada/acd_cli/issues/509
juanrodgil commented on 2017-01-10 15:52
Thxs @Raansu
It works, i had some problem with the database after the update, but with a delete of the nodes.db file and acd_cli sync all fine again!
Raansu commented on 2017-01-10 05:53
@juanridgil Please reinstall the package "python-fusepy". I find some python modules controlled by the package manager get cleared on a new python update. Python was recently updated to 3.6 which caused this issue.
juanrodgil commented on 2017-01-09 20:14
I have this error today when i mount the cloud:
pkg_resources.DistributionNotFound: The 'fusepy' distribution was not found and is required by acdcli
Raansu commented on 2017-01-08 05:35
@djmattyg007 ok I updated the pkgbuild.
Let me know if there are any issues guys!
djmattyg007 commented on 2017-01-07 13:28
Could you also please bump the pkgrel to force a rebuild for python3.6?
djmattyg007 commented on 2016-12-30 06:33
As per this post on the arch-dev mailing list, the exact version of fuse should be specified in the list of dependencies (optional or otherwise): https://lists.archlinux.org/pipermail/arch-dev-public/2016-December/028537.html
If acd_cli supports fuse v2 and v3 then both should probably be specified in the list of optional dependencies.
hunger commented on 2016-11-06 11:04
https://github.com/yadayada/acd_cli/issues/473 has the bug report for the broken "acd_cli -v init" call with a work-around.