Azure – List and download files in a folder in a blob with blob level SAS token
I got a SAS token which was created for a specific folder on my Azure Datalake Gen2. The goal is, to download the folder with all its contents. I understand, that I can create a DataLakeServiceClient, a FileSystemClient, or a…