Top "Azure-storage-files" questions

Azure File Storage URL in browser showing InvalidHeaderValue

I am trying to access the URL given in Azure for a file on the Azure File Storage format, however …

azure azure-storage azure-storage-files
How to move a file on Azure File Storage from one sub folder to another sub folder using the Azure Storage SDK?

I'm trying to figure out how to move a file in Azure File Storage from one location to another location, …

c# .net azure azure-storage azure-storage-files
How to get public URL of Azure Files file?

I am using Azure Files to store files for my Web Application, which I have previously mentioned here. I am …

asp.net-mvc azure azure-storage azure-web-app-service azure-storage-files
Download an excel file and read content with azure functions

I am trying to write a C# Azure Function to download and open an excel file using the OpenXml-SDK. Office …

azure azure-functions openxml-sdk azure-storage-files
Azure file storage access document with direct link

I'm trying to access files which I'm programmatically uploading to the azure file storage. But when pasting the direct url: …

azure azure-storage azure-storage-blobs azure-storage-files azure-files
Azure File storage content-type is always application/octet-stream

I'm currently having issue with Azure File storage when I build up a URL with a shared access signature (SAS) …

azure azure-storage-files
Uploading a file in Azure File Storage using node.js

We are trying create an webservice to upload files to Azure file storage using node.js service. Below is the …

node.js azure azure-storage azure-mobile-services azure-storage-files
Azure Files - System error 53

I am trying to use Azure Files and I am getting the following System error 53. Any ideas?

azure-storage azure-storage-files
How do I delete all files in an Azure File Storage folder?

I'm trying to work how how to delete all files in a folder in Azure File Storage. CloudFileDirectory.ListFilesAndDirectories() returns …

c# azure azure-storage delete-file azure-storage-files