Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Cloud Storage

Tony George edited this page Sep 17, 2017 · 2 revisions

Remote Locations

Browsing Dropbox, Google Drive, and other cloud storage is supported via rclone.

Add your accounts using the Cloud menu in main menubar.

Following providers are supported by rclone:

  • Dropbox
  • Google Drive
  • Microsoft OneDrive
  • Amazon Cloud Drive / Amazon S3
  • Openstack Swift (Rackspace Cloud Files, Memset Memstore, OVH)
  • Hubic
  • Backblaze B2
  • Yandex Disk

Basics

  • Polo uses rclone commands to query the cloud storage server and list directory contents. It does not use the FUSE filesystem provided by rclone mount as it is marked 'experimental' and seems to have various issues.

  • Directory contents are cached for sometime to improve browsing performance. You can trigger an immediate refresh using the Reload action in toolbar or by pressing F5 key.

  • Copying files and folders between cloud and local folders involves uploading and downloading of files. Speed of file transfer will depend on speed of internet connection.

  • Opening an item with a double-click will download a local copy of the file and open it. Any changes you make will NOT be saved. Copy the file to a local folder to edit it, and copy it back to update it.

Dependencies

rclone is used for connecting to remote servers

Clone this wiki locally