Rclone + G-Drive saying quota used up but i know I did not download 750gb of data

What is the problem you are having with rclone?

Not necessarily a problem with rclone

What is your rclone version (output from rclone version)

rclone v1.52.2

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

linux/arm

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 move driveP:/KidsMovies local:/disks/HDD/-PiDownloaded/KidsMovies --error-on-no-transfer --transfers 1 --progress

The rclone config contents with secrets removed.

[driveP]
type = drive
client_id = 61379086685-hm0k1mn57mkpbp2dmo1dg9akigusme44.apps.googleusercontent.com
client_secret = hidden
scope = drive
use_trash = false
pacer_min_sleep = 2m0s
token = {"access_token":"hidden"}
team_drive = 0AGnvsIcTBKZJUk9PVA

A log from the command with the -vv flag

https://pastebin.com/MgASmNcf

Heres a pic of googles quota queries. I download maybe max 30gb a day

Those aren't download errors.

Did you make your own client ID/secret?

If it was through the documentation on rclones website, then yes I have. It just stopped working last night

In your rclone.conf, you have a client ID and secret configured and you authorized it?

Do i authorize it through googles api? If so where exactly? But if you just mean the keys in the config, both are there
Edit: Also i updated rclone several days ago and then as mentioneed it stopped working as of last night.

Include this part that you edited out..

The rclone config contents with secrets removed.

Paste config here

Just edited the post

Ok, if you check the traffic by credential, are you seeing hits for that key you made?

This is what I seee. Im using a team drive btw

change the scope to 1 hour or 6 hours and look at 'traffic by credential' as suggested. Do you see traffic using the key you made?

didnt realize you can change the graph. This is what i see now and see the recent request and lots of empty since the times i notice it not working any longer

It's binary as it's either working or not as it doesn't just break either unless you removed the creds.

You'd only see things on the graph if you using it.

The errors you posted are just normal API backoff requests if it was being hit too fast and nothing to really do with them. It seems you do have your own key setup so that's really it.

So what do you think i should do now? Its just odd it stopped working all of a sudden. If anything, my script where i would run some rclone commands or just a rclone command itself would just hang like this

To see what's going on, you need to run with -vv and share a log.

Solved everything. Readded gdrive to rclone after deleting the previous. unsure what caused the issue

I am not sure Google has a bandwidth limit per day which is exceedable, I have transferred over 10 terabytes in under 24 hours before. Since moving to a mount which does not use queries I have not reached any kind of a quota issue, except for when I used rclone to sync my GDrive twice in a day, which transferred little data, but did many checks.

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