Anyone successful mount GD uisng rclone on Heroku?

What is the problem you are having with rclone?

Wonder if we can mount GD using rclone on Heroku. (since Heroku does not provide any sort of persistent storage ) not use if mounting is different.

Run the command 'rclone version' and share the full output of the command.

Yes

rclone v1.57.0
- os/version: debian 10.11 (64 bit)
- os/kernel: 4.4.0-1098-aws (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.17.2
- go/linking: static
- go/tags: none

Which cloud storage system are you using? (eg Google Drive)

GD

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone mount  gdRemote:019 gdLocal --daemon

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

2022/03/07 10:23:55 DEBUG : rclone: Version "v1.57.0" starting with parameters ["rclone" "mount" "gdRemote:019" "gdLocal" "--daemon" "-vv"]
2022/03/07 10:23:55 DEBUG : Creating backend with remote "gdRemote:019"
2022/03/07 10:23:55 DEBUG : Using config file from "/.rclone.conf"
2022/03/07 10:23:55 DEBUG : Google drive root '019': 'root_folder_id = 0AO-6e-xxxx' - save this in the config to speed up startup
2022/03/07 10:24:56 DEBUG : Daemon timed out. Terminating daemon pid 80
2022/03/07 10:24:56 Fatal error: mount not ready

rclone supports sftp servers

? not trying transfer files with rclone on heroku. mounting with Rclone allows us to access the files in drivers

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.