Package Details: pcloud-drive 2.1.0-1

Git Clone URL: https://aur.archlinux.org/pcloud-drive.git (read-only, click to copy)
Package Base: pcloud-drive
Description: pCloud drive. Electron edition.
Upstream URL: https://www.pcloud.com/
Keywords: pcloud pcloud-drive
Licenses: LicenseRef-pcloud-drive
Replaces: pcloud, pcloud-git
Submitter: plague-doctor
Maintainer: zbe
Last Packager: zbe
Votes: 93
Popularity: 0.58
First Submitted: 2017-04-27 21:39 (UTC)
Last Updated: 2026-05-23 09:23 (UTC)

Dependencies (4)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 .. 10 11 12 13 14 15 16 17 18 19 20 .. 23 Next › Last »

coxackie commented on 2019-12-18 00:44 (UTC)

Great news - has anyone tried it with only fuse3 installed?

olddog commented on 2019-12-17 03:11 (UTC)

Through appimage, updated to 1.7.2 - works (again).

zbe commented on 2019-12-16 16:58 (UTC) (edited on 2019-12-16 17:17 (UTC) by zbe)

Apparently there is 1.7.2 out; * Added support for Fuse 3.0 and later * Added support for Kernel 5.4.0 and later

Trying to test appimage but it still says it's 1.7.1. Edit: It works now.

stoner commented on 2019-12-14 16:55 (UTC)

@securitybreach So far I used to rclone mount different cloud drives at once (with a simple bash script), mainly to have a quick overview of all my cloud storage, but I used pcloud-drive to really manage this storage space. Apparently rcloud mount is a bit to slow to replace pcloud-drive to handle with larger files. The issue with opening files is due to the fact LibreOffice f.i. tries to open the file before it is fully downloaded in the background. Yesterday I have experimented with an alternative file manager (polo-bin in AUR) with built-in support for cloud storage. Polo discovers existing rclone configs and presents them in a cloud menu for browsing (so no need to mount them first). You can add new configs by the same menu also. When opening a file from the cloud you have visual feedback the file is downloaded first (/tmp) and then opened correctly. Maybe an alternative to consider if a pcloud-drive update takes too long.

stoner commented on 2019-12-13 14:14 (UTC)

"rclone mount pdrive ..." is on a new line of course.

securitybreach commented on 2019-12-13 14:05 (UTC)

Thanks stoner

stoner commented on 2019-12-13 14:04 (UTC)

Set up a new remote first using an interactive rclone configuration session by typing 'rclone config' at the command line.

Assuming you have created a remote with the name "pdrive"

mkdir -p -v /home/user/pdrive rclone mount pdrive: /home/user/pdrive/ --daemon --vfs-cache-mode writes --allow-non-empty

I am using this in a script to mount several cloud services at once without the need to install separate applications for each. The "allow-non-empty" is optional, added to avoid errors when relaunching the script (and one or more drives are still mounted).

securitybreach commented on 2019-12-13 13:23 (UTC)

Great news, thanks coxackie!

coxackie commented on 2019-12-13 13:22 (UTC)

as I have mentioned before: pCloud devs are supposedly working on it. Today I asked again and got a response that hopefully by the end of next week there will be a new version to deal with the issue.

securitybreach commented on 2019-12-13 13:20 (UTC)

Stoner, can you give us some details on how to do that? Thanks