Has google bann rclone?

I have rclone on my server and have been copying files from the server to the google drive for months without any problems.

Now I can only download at full speed and upload stops at 24mb and hangs.

have it on now
tested some servers also created a new out key but same problem has a ne solution?

I can easily upload and download via browser.

No, Google has not stopped the use of rclone.

hmm what could it be? As I said, I can upload via a browser

I didn't get any error message or anything.

You didn't share any information that would help answer that.

What is the problem you are having with rclone?

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

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

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

Paste command here

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

Paste  log here

rclone v1.53.3-DEV

  • os/arch: linux/amd64
  • go version: go1.15.9

i have try that with the new version same problem.

i have clear the security this is the fake id and pw :slight_smile:
[apic]
type = crypt
remote = api4:
filename_encryption = obfuscate
directory_name_encryption = true
password = B71jbP-
password2 = LBoFT9j

[api4]
type = drive
client_id = 395119247ujd5op.apps.googleusercontent.com
client_secret = GOCSPX-s1rjQXML9ej
scope = drive
token = {"access_token":"ya29UNzi-ClgyNtQdYPGa_LqkddaCgYEwbxQjATl6ipFZ1ji1BxoQ0163","token_type>

rsync --bwlimit=8000 -r --progress -uav --delete -vv /home/debian-11.5.0-amd64-netinst.iso /media/speicher/drive01/4/

sending incremental file list
[sender] make_file(debian-11.5.0-amd64-netinst.iso,*,0)
send_file_list done
send_files starting
server_recv(2) starting pid=735296
recv_file_name(debian-11.5.0-amd64-netinst.iso)
received 1 names
recv_file_list done
get_local_name count=1 /media/speicher/drive01/4/
generator starting pid=735296
delta-transmission disabled for local transfer or --whole-file
recv_generator(debian-11.5.0-amd64-netinst.iso,1)
send_files(1, /home/debian-11.5.0-amd64-netinst.iso)
send_files mapped /home/debian-11.5.0-amd64-netinst.iso of size 400556032
calling match_sums /home/debian-11.5.0-amd64-netinst.iso
debian-11.5.0-amd64-netinst.iso
17,104,896 4% 7.83MB/s 0:00:47

freezing very slow
17,104,896 4% 7.83MB/s 0:00:47
25,264,128 6% 210.05kB/s 0:29:46

after 5 min

and mounted with

rclone mount apidrive: /media/speicher/drive01/ --allow-non-empty --allow-other --dir-cache-time 1m --fast-list

That's a very old version. You'd want to update as it's many years old.

Install (rclone.org)

This makes things very slow as you want something high with Google Drive as it's a polling remote like 1000h or something.

Does nothing on a mount.

Need a log file on the mount to look at something..

how can i find the logfile from rclone ?

Run your mount command with -vv --log-file /some/place/rclone.log

so have clear my privat files on the log
and i have the drive new mounted on /home/test3/
rclone.log (47.8 KB)

I have the feeling that google has throttled me

That log has the old version as you haven’t updated. Please update and redo.

here with the new version
rclone.log (47.0 KB)

That's a pretty normal log / no throttling / any errors in there.

Why are you setting bwlimit in the rsync?

Can you share the actual output of something like rclone copy as that'll be more helpful? What's your internet rated at? Where are you located ? Is this a personal account / EDU account / GSuite? What are you expecting to happen i.e. what speed is your expectation and what you are getting with the new version?

I use the bw limit to not upload more than 750 gb and for a few weeks now I can't upload at all or it's very, very slow

I have Google Workspace Enterprise Standard, i.e. unlimited storage

I have a 1 gigabit line
server on germany

if I download via rlcone I have full speed but upload as if google would throttle me

You can use

--drive-stop-on-upload-limit

and run daily as you get 750GB per day.

See:

As of 9/19ish, Rclone upload to Gdrive incredibly slow, download is fine - Help and Support - rclone forum

i will use it thanks if i can upload again :slight_smile:

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