laravel-google-drive-demo icon indicating copy to clipboard operation
laravel-google-drive-demo copied to clipboard

listContents() not returning all contents

Open nikkivalen opened this issue 4 years ago • 1 comments

With the code : $contents = collect(Storage::cloud()->listContents($dir, $recursive));

I can only return files/folders that are created from the Demo App. If I created/upload files/folders manually it wouldn't be return with the code mentioned.

Returned Value : image

Contents Inside of Drive : (anything that has a test in the name is created from the Demo App) image

nikkivalen avatar Aug 31 '21 18:08 nikkivalen

Try this https://github.com/masbug/flysystem-google-drive-ext, it has the same config, it is a fork

PaolaRuby avatar Dec 27 '21 14:12 PaolaRuby