Rclone 1.47.015

When creat an new auth. on a GCE I get this with Rclone 1.47.015:
Invalid App Url https://53682-dot-6318479-dot-devshell.appspot.com/auth?authuser=0 for gce.server0@gmail.com.

When I make a Copy between G1: G2: I get this on a GCE:
root@server-8vcpu-52gb-memory-us-east1-b:~/.config/rclone# rclone copy -vv --disable move,copy --transfers 50 --checkers 100 -c --drive-chunk-size 128M --drive-upload-cutoff 128M --drive-v2-download-min-size 0M --no-update-modtime --progress --ignore-existing --fast-list G1: G2:
bash: syntax error near unexpected token `(’

what is wrong???

What’s your rclone.conf look like with passwords/keys removed?

What’s the reason you are using 1.47.015 over just the stable version?

If it isn’t generating any debug, seems something is wrong with your command as something is pasted in that isn’t showing here if there is a bash error as the command you pasted seems fine.

rclone copy -vv --disable move,copy --transfers 50 --checkers 100 -c --drive-chunk-size 128M --drive-upload-cutoff 128M --drive-v2-download-min-size 0M --no-update-modtime --progress --ignore-existing --fast-list G1: G2:
2019/04/20 08:52:03 DEBUG : rclone: Version "v1.46" starting with parameters ["rclone" "copy" "-vv" "--disable" "move,copy" "--transfers" "50" "--checkers" "100" "-c" "--drive-chunk-size" "128M" "--drive-upload-cutoff" "128M" "--drive-v2-download-min-size" "0M" "--no-update-modtime" "--progress" "--ignore-existing" "--fast-list" "G1:" "G2:"]
2019/04/20 08:52:03 DEBUG : Using config file from "/Users/felix/.config/rclone/rclone.conf"
2019/04/20 08:52:03 Failed to create file system for "G1:": didn't find section in config file

[G1]
type = drive
client_id =
client_secret =
scope = drive
root_folder_id = xxeGwI3P_0cO1IeyHuuHKdjMleO9x03xx
token =

[G2]
type = drive
client_id =
client_secret =
scope = drive
root_folder_id = xxIAh7ruX3uEwUk9Pxx
token =

Have also used Rclone 1.47 it the same…

It seems like you are pasting something into the shell wrong as the bash error is complaining about a bad character.

Google only allows about 10 transactions per second and ~3 files per second so 100 checkers and 50 transfers is going to blow up pretty hard.

Why don’t you try process of elimination and start with one file from G1 keep adding parameters till you figure out what the broken one is.

So

rclone copy G1:testfile G2
rclone delete G2:testfile
rclone copy -P G1:testfile G2
etc.

and keep adding until you figure out which one is causing you a problem.

Get this when I will make a new remote:
invalid App Url https://53682-dot-6318479-dot-devshell.appspot.com/auth?authuser=0 for gce.server0@gmail.com.

The transfer is about 1 gigabits to 1.6 gigabits with 100 checkers and 50 transfers and is a nice transfer speed :slight_smile:

Rclone 1.47 is not working on a GCE !!!

I’m assuming you mean Google Compute Engine?

felix@instance-1:~$ uname -a
Linux instance-1 4.9.0-8-amd64 #1 SMP Debian 4.9.144-3.1 (2019-02-19) x86_64 GNU/Linux
felix@instance-1:~$ rclone lsd GD:
          -1 2018-06-07 14:05:06        -1 Arq Backup Data
          -1 2019-02-28 14:42:12        -1 backup
          -1 2017-06-09 13:59:43        -1 media
felix@instance-1:~$ uptime
 22:22:04 up 1 min,  1 user,  load average: 0.03, 0.01, 0.00
felix@instance-1:~$ rclone version
rclone v1.47.0
- os/arch: linux/amd64
- go version: go1.12.4

Just spun up a new instance and installed rclone and works fine.

just close this, problem is gone…