Help raspberry google drive

hello guys,
can anyone help me, i can see my drive in plex

nas
plex2

And what is the problem?

If you need help provide all info as requested in the Help and Support template. otherwise:

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.

I'm using this command to connect Google Drive to Plex on Raspberry rclone mount nas: $HOME/mnt/nas but I see the folder but it doesn't open

It is up to you. Nobody can guess what the problem is - nobody can see your screen.

Here is what is needed:

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?

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

hello my english and my experience is not the best
I'm trying with pictures
can you tell me what commands I have to put and y send pintscreen
please
iam try using google drive on a raspberry pi 4

i use this commands

rclone ls --max-depth 1 nas:
cd ~
mkdir -p mnt/nas
rclone mount nas: $HOME/mnt/nas

try:

rclone mount nas: $HOME/mnt/nas --allow-other

It is possible that you Plex is running as other user and has no access to your mount.

plex4

1 Like

You have some old mount running already - unmount it first.

sudo umount /home/rominhos/mnt/nas

and try again


now the nas: is not mount

we are getting there - you have to edit /etc/fuse.conf file, e.g.:

sudo nano /etc/fuse.conf

and add there line:

user_allow_other

and try again:)


now y have like this
do y need erase " # "?
put

#user_allow_other or user_allow_other

you do not have to erase anything - just add this line at the bottom

user_allow_other


like this?

yes it is ok. Now save it and try mount again

plex6
now is mount

Now is working in Plex
very thanks
its posible to y make a backup for this config?

Which config? if you want to backup some file just save it somewhere.