flysystem-google-drive icon indicating copy to clipboard operation
flysystem-google-drive copied to clipboard

How to list files from shared with me ?

Open odaiderawi opened this issue 5 years ago • 3 comments
trafficstars

odaiderawi avatar Sep 26 '20 02:09 odaiderawi

using files.list with the query string 'q'='sharedWithMe' because it only lists the children’s of Shared With Me

PaolaRuby avatar May 25 '21 19:05 PaolaRuby

I tried as you mentioned but it didn't work as expected. The shared-files are not listed in returned collection.

$adapter = new GoogleDriveAdapter($service, 'root',['defaultParams' => ['files.list'=>['q'=>'sharedWithMe']],]);

$filesystem = new \League\Flysystem\Filesystem($adapter);

$filesystem->listContents('/', false));

w99910 avatar Sep 25 '21 04:09 w99910

It's wrong, I write it fine, read the docs

PaolaRuby avatar Sep 25 '21 15:09 PaolaRuby