TkTech / ckanext-cloudstorage

Implements support for resource storage against multiple popular providers via apache-libcloud (S3, Azure Storage, etc...)
MIT License
35 stars 55 forks source link

File upload not working for Azure Storage Account #47

Open Souradeep2304 opened 3 years ago

Souradeep2304 commented 3 years ago

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?

TkTech commented 3 years ago

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