I cant go with drive

What is the problem you are having with rclone?

im trying to connect to google drive, i make the "app", have the credentials, the secret, give permissions

What is your rclone version (output from rclone version)

rclone version 1.51

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

archlinux 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 sync /home/user/documents drive>

or copy... nothing work for me

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

did not find section in config file.

Thanks all

I'm not an expert, but have been using rclone reliably for a few years. Have you checked your file: ~/.config/rclone/rclone.conf to see if it looks good? Also, do commands like "rclone listremotes" give you the expected output?

What's the actual command you are running as you listed a few examples.

You can run:

felix@gemini:~$ rclone listremotes
GD:
SFTP:
cache:
cachecrypt:
gcrypt:
local:

My Google stuff is GD: with a crypted remoted called gcrypt so a command would look something like:

felix@gemini:~$ rclone lsf GD:
Google Admin Downloads/
blah.zip
crypt/
dslrcli-linux-amd64.zip
hosts
test/
test1

are you sure you're using colon :at the end all remotes need that
your command should look something like this

rclone lsd drive:
rclone sync local/path drive:
rclone copy drive: local/path

for more help on configuring you should read the documentation here https://rclone.org/drive/

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