Not really a problem with rclone, I apologize if this has been asked before, but could anyone please help me out in teaching how to create batch file since I really find it tedious to create the mounting process every time I turn on my pc.
What is your rclone version (output from rclone version)
rclone v1.53.1
os/arch: windows/amd64
go version: go1.15
Which OS you are using and how many bits (eg Windows 7, 64 bit)
Windows 7 Ultimate, 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)
C:\Users\*****\Desktop>rclone mount --vfs-cache-mode full bhlinn:/ J:
The rclone config contents with secrets removed.
[bhlinn]
type = drive
scope = drive
token = {******************************************************************************************}
Thanks you so much for the help @asdffdsa sorry to bother you but do you know how to limit rclone from downloading the entire folder, as I want to stream a particular video file from google drive but rclone downloads the entire folder on my pc. Is there anyway to limit this? and thanks again for helping me out
To answer your questions
1.yes I am using the same command as above
2.I am using mpv to stream my videos on google drive
3.I have set a cache directory "--cache-dir E:\rclone" to where the video/data's are being downloaded, so that's how I know where it's being downloaded.
Sorry for asking this how do you create a debug log file.
This how I know that the rclone is downloading more than usual. I am trying to stream a 490Mb file but rclone downloads more than 920Mb @asdffdsa and I will try to create a log file now
yes I know the size on disk is 923MB but I only wanted to download/stream the single file which around 490~500Mb but rclone is downloading additional contents of the folder which aren't required. And here are the is the command of the recent one
rclone mount --vfs-cache-mode full bhlinn:/ J: --vfs-cache-max-age 30m --cache-dir E:\rclone
how can I post the content's of the cache folder?
I am getting an error when I paste this command "rclone mount --vfs-cache-mode full bhlinn:/ J: --vfs-cache-max-age 30m --cache-dir e:\rclone /s"
Command mount needs 2 arguments maximum: you provided 3 non flag arguments: ["bh
linn:/" "J:" "/s"]
you had previously asked me to add this to my command dir e:\rclone /s I did the same that's why I got the error, excuse me for this question but what should I have added instead of /s?
files.txt (6.5 KB)
thank you I have done it and as you can see I wanted to download the clean opening from dmon extra's folder but rclone downloaded the last 2 ep's without my consent
I think maybe I wasn't clear but I was trying to tell that rclone downloads other videos in the folder without any consent, is this possible to fix this?