I have been trouble looking a solution to get listed of Google Cloud Storage Folders list with PHP on App Engine without using GCS PHP API.
I know that there is PHP API for this...
I know that it is only listing files when (readdir, opendir and other PHP dir methods) but skipped any folder...
Can somebody guide me with a tips, my question is that how do I get listed anything on a particular folder?