Files dont appear when uploading

STOP and READ USE THIS TEMPLATE NO EXCEPTIONS - By not using this, you waste your time, our time and really hate puppies. Please remove these two lines and that will confirm you have read them.

What is the problem you are having with rclone?

Hello lovers. I am new to rclone and want to move mp4 files to my Google Drive.
The problem is my uploads dont appear in Google drive but shows the files on rclone when i mount the disk. And the files semms to be storage at C:\Users\xxxx\AppData\Local\rclone\vfs

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

rclone version
rclone v1.68.1

  • os/version: Microsoft Windows 11 Pro 23H2 (64 bit)
  • os/kernel: 10.0.22631.4317 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.23.1
  • go/linking: static
  • go/tags: cmount

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 mount uploads: I: --vfs-cache-mode=writes

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

type = drive
scope = drive
token = XXX
team_drive =
### Double check the config for sensitive info before posting publicly

A log from the command that you were trying to run with the -vv flag

Paste  log here

And how you upload them?

Just regular. Drag and dropping from my C: to Google drive.

The first half files i was uploading had no problems. But the rest not appearing and are uploaded to C:\Users\xxxx\AppData\Local\rclone\vfs

As long as your mount is running they are uploaded in the background. Depending on their size and internet speed it can take some time.

Thank you for your time. I will upload them and check back later.
If they aren't appearing, im coming back <3 :slight_smile:

Ok. Make sure your mount is mounted all the time.

It is indeed not very convenient still - there is no clear indicator of uploads activity and status. There are some ideas how to change it:

but it is still work in progress.

I just got this error:

vfs cache: failed to upload try #1, will retry in 10s: vfs cache: failed to transfer file from cache to remote: googleapi: Error 403: User rate limit exceeded., userRateLimitExceeded

But my folder completed the upload

This is Google complaining:) That you are uploading to many things... Google throttles a lot unfortunately.

You should for the start create your own client_id. And then recreate your remote.

Here simplified way:

Thank you, and for the time. I will try it out :smiling_face_with_three_hearts:

to see what rclone is doing, which files are uplpading and how many files are in the cache,
use -vv or -v


to learn more about the rclone's two vfs cache, check out my
summary of vfs caches

Thanks! A progress without a log to see what happend stresssssing me out!
Everything seems good now and i seing my uploads! I love you guys :heart_eyes:

can also log to a file
--log-level=DEBUG --log-file=%HOMEPATH%\rclone\rclone.log

The only problem i have now, is manuel deleting the cache files from
C:\Users\django\AppData\Local\rclone, that have been uploaded.

I have 2 folders "vfs" and "vfsMeta". BOTH FOLDER stores the files i uploading to gdrive haha xD

should never touch the files in the cache.

after a file is uploaded and not in-use, rclone will evict the file.
can see that in the debug log.

the default evict time period is one hour but can tweak that.
--vfs-cache-max-age=5m will evict a file after five minutes.

Shall i use --vfs-cache-max-age=5m , in the command when mounting or after the upload?

I use this to mount and upload.
rclone mount Tegnefilm: Y: --vfs-cache-mode full -v

lol, jojothehumanmokey issues the following proclamation onto humanity

  • thou shalt use --vfs-cache-max-age in the mount command.
  • the illicit use of --vfs-cache-max-age after the upload is sin on your rclone soul!

xDDDD i appreciate the support <3

All seems good know. The cache files deleting auto after upload...... weird after i cry about it.... So i didnt really have problem. The REAL problem was Google litmit lul, and now i know a lit more about rclone =)

2024/10/26 18:22:59 INFO : Bibliotekarens Tegnefilm/dyrene-fra-lilleskoven/S02E13.mp4: vfs cache: upload succeeded try #1
2024/10/26 18:23:43 INFO : Bibliotekarens Tegnefilm/dyrene-fra-lilleskoven/S02E13.mp4: vfs cache: removed cache file as Removing old cache file not in use
2024/10/26 18:23:43 INFO : vfs cache RemoveNotInUse (maxAge=3600000000000, emptyOnly=false): item Bibliotekarens Tegnefilm/dyrene-fra-lilleskoven/S02E13.mp4 was removed, freed 410620914 bytes
2024/10/26 18:23:43 INFO : vfs cache: cleaned: objects 0 (was 1) in use 0, to upload 0, uploading 0, total size 0 (was 391.599Mi)