You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Souradeep2304
changed the title
File upload not working.
File upload not working for Azure Storage Account
Oct 27, 2020
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?
The text was updated successfully, but these errors were encountered: