laravel-google-cloud-storage icon indicating copy to clipboard operation
laravel-google-cloud-storage copied to clipboard

How to know if a directory exists

Open spacedog4 opened this issue 3 years ago • 1 comments

I know that for GCS doesn't have the concept of folder, but through Google Console you can create empty folders, so how do I know that a folder exists with laravel storage? since Storage::exists($path) always returns false, doesn't matter if the folder have files or not

spacedog4 avatar Jun 23 '21 18:06 spacedog4

I just stumbled onto this same problem.

Did you manage to solve it?

ajanini avatar Nov 23 '21 15:11 ajanini