Open swamyyadav opened 3 years ago
First always use [<>]
button for code, second this package doesn' have support, i'm using masbug/flysystem-google-drive-ext wich has the same config but works with paths, only you has to do
Storage::disk('google')->getDriver()->getAdapter()->getMetadata('path/to/your/file.txt');
Thank you, ill check.
Currently, I'm getting the list files from the folder, I know this will take more time to execute if the folder contains more no.of files. below is the code snippet, please help me with a solution.