Crypt files not showing in google drive web-ui

What is the problem you are having with rclone?

I have a new crypt and the files appear to be in the cloud, but no files appear on the web-ui.

What is your rclone version (output from rclone version)

rclone v1.49.4-003-gb5ea6af6-v1.49-fixes-beta
- os/arch: linux/amd64
- go version: go1.12.10

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Debian 9 64 bit

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

Google Drive

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

rclone ls c-vault
rclone ls c-vault-connect
rclone mount c-vault: /mnt/crypt/gvault/ -vv

A log from the command with the -vv flag (eg output from rclone -vv copy /tmp remote:tmp)

rclone mount c-vault: /mnt/crypt/gvault/ -vv
2020/01/15 20:40:59 DEBUG : rclone: Version "v1.49.4-003-gb5ea6af6-v1.49-fixes-beta" starting with parameters ["rclone" "mount" "c-vault:" "/mnt/crypt/gvault/" "-vv"]
2020/01/15 20:40:59 DEBUG : Using config file from "/root/.rclone.conf"
2020/01/15 20:40:59 DEBUG : Encrypted drive 'c-vault:': Mounting on "/mnt/crypt/gvault/"
2020/01/15 20:40:59 INFO  : Encrypted drive 'c-vault:': poll-interval is not supported by this remote
2020/01/15 20:40:59 DEBUG : Adding path "vfs/forget" to remote control registry
2020/01/15 20:40:59 DEBUG : Adding path "vfs/refresh" to remote control registry
2020/01/15 20:40:59 DEBUG : Adding path "vfs/poll-interval" to remote control registry
2020/01/15 20:40:59 DEBUG : : Root:
2020/01/15 20:40:59 DEBUG : : >Root: node=/, err=<nil>

dumb error on my part. The config for the crypt was missing the : at the end of the remote

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