DEV Community

Seb C
Seb C

Posted on • Updated on

pCloud drive for Raspberry Pi

I wrote a Go SDK client for pCloud's API, a few years back.

Recently, I looked at the initiative and it occurred to me it would be relatively easy to build upon that effort to create a client app for Linux to mount a pCloud drive on my Raspberry Pi.

I decided to create an exploratory project seborama/pcloud-drive. I am developing it on a Raspberry Pi 4, but it should work on most Linux platforms supported by the Go language (Golang). It is using FUSE to create a virtual drive.

WARNING - ALPHA stage - this is a recent effort, largely untested and it does not have field-proven stability. For now, the pCloud drive can only be mounted in read-only mode.

Hopefully, some of you out there will find this useful.

Top comments (0)