Gdrive video rclone

hi monte drive from google inside a Ubuntu 20.04 server. I use it to stream videos using the direct files from my google drive. the following happens. The videos take more than 10 seconds to play. Is there a way to speed that up?

hello and welcome to the forum,

when you first posted, there was a template of basic questions that we ask every forum member to answer.
help us to help you and answer all the questions.

Sorry, I'm new and I only followed the steps that appear in the forum. So I don't have much experience with this.

no problem, here are questions that you need to answer.

STOP and READ USE THIS TEMPLATE NO EXCEPTIONS:
Please show the effort you've put in to solving the problem and please be specific -- people are volunteering their time to help you! Low effort posts are not likely to get good answers! DO NOT REDACT any information except passwords/keys/personal info. You should use 3 backticks to begin and end your paste to make it readable. Or use a service such as https://pastebin.com or https://gist.github.com/

What is the problem you are having with rclone?

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

STOP and READ:
Do not type in "Latest".
Do not just type in a version number. Run the command and share the full output.

Are you on the latest version of rclone? You can validate by checking the version listed here: Rclone downloads

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

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

You should use 3 backticks to begin and end your paste to make it readable.

Paste command here

The rclone config contents with secrets removed.

You should use 3 backticks to begin and end your paste to make it readable.

Paste config here

A log from the command with the -vv flag

You should use 3 backticks to begin and end your paste to make it readable. Or use a service such as https://pastebin.com or https://gist.github.com/

Paste  log here

Hi,
New to the forum,
-rclone v1.36
-Google drive
-Ubuntu 18.04.6
I did a reboot 2 days ago, trying to remount GD using rclone config, but the options for Shared Drives is no longer visible, it only allows installation of GD main account -can't see shared drives. How can I modify the path to the Shared Drive, also, when GD gets mounted it last for minutes then it disappears from XC.
Thank you.

hello and welcome to the forum,

  1. update rclone to latest stable v1.62.2
    recently, google made significant changes to the oAuth2 process, and as a result, rclone had to change in kind.
    https://rclone.org/install/#script-installation
  2. start a new topic using the Help and Support template, please answer all the questions, so we can best help you.

Thanks for your response.
I'll try to update, uninstalled rclone (sudo apt remove rclone)
when installing using

sudo -v ; apt install curl https://rclone.org/install.sh | sudo bash

it installs v1.36 again

easiest way to get the latest stable

sudo -v ; curl https://rclone.org/install.sh | sudo bash

root@ns1011594:~# sudo -v ; apt install curl https://rclone.org/install.sh | sudo bash

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

bash: line 1: Reading: command not found
bash: line 2: Building: command not found
bash: line 3: Reading: command not found
E: Unable to locate package https://rclone.org
E: Couldn't find any package by glob 'https://rclone.org'
E: Couldn't find any package by regex 'https://rclone.org'
root@ns1011594:~#

rclone is a portable app, does not need to be installed.
https://rclone.org/downloads/

if not that, we should enough basic info for some-else to comment

Copy and paste as you added apt install curl for some reason.

sudo -v ; curl https://rclone.org/install.sh | sudo bash

How can I modify the location where the cache is stored? can you help me

use --cache-dir