Question shared with me

I cant list files shared with me, other day a friend share with me a folder, this folder I cant add to my drive, only direct access and I cant see the files, it is possible?

I am using last version.

I use windows 10 or linux.

I use gdrive.

I use this command:
rclone ls --drive-shared-with-me mydrive:/

My config:
[mydrive]
type = drive
scope = drive
shared_with_me = true
token = {"access_token":"xxxxxxxxxx"}
root_folder_id = xxxxxxx

or

[mydrive2]
type = drive
scope = drive
token = {"access_token":"xxxxxxxxxx"}
root_folder_id = xxxxxxx

Lot of thanks!-

What is the problem you are having with rclone?

What is your rclone version (output from rclone version)

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

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

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

A log from the command with the -vv flag (eg output from rclone -vv copy /tmp remote:tmp)

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