Recursively delete files from Google Storage bucket
A short explanation and code snippet how to delete files from Google Cloud Storage using Google APIs for .NET. Attempting to get list of files from the Google Cloud Storage Bucket is not that straight forward, as it uses flat namespace when storing files in a bucket. Continue reading