ckanext-cloudstorage icon indicating copy to clipboard operation
ckanext-cloudstorage copied to clipboard

File upload not working for Azure Storage Account

Open Souradeep2304 opened this issue 5 years ago • 1 comments

I am trying to use Azure Storage Account container to store Ckan resources. I have installed ckan using the docker method, installed the ckanext-cloudstorage extension as directed. After that I added it to the list of plugins and also updated ckanext.cloudstorage.driver = AZURE_BLOBS ckanext.cloudstorage.container_name = <my container name>

Also updated the driver options as : ckanext.cloudstorage.driver_options = {"key": "Storage acc name", "secret": "Access key from storage account"}

Now when I restarted Ckan and tried to upload resources, the files dont seem to upload properly, the url of the file pops up as "http://filename.csv".I also set the cors policy to allow all. what am I missing here?

Souradeep2304 avatar Oct 27 '20 09:10 Souradeep2304

What version of CKAN are you using? When you upload a file, do you see anything relevant in the CKAN logs?

TkTech avatar Nov 04 '20 00:11 TkTech