Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File upload not working for Azure Storage Account #47

Open
Souradeep2304 opened this issue Oct 27, 2020 · 1 comment
Open

File upload not working for Azure Storage Account #47

Souradeep2304 opened this issue Oct 27, 2020 · 1 comment
Labels
bug-unconfirmed May or may not be a bug, needs testing or further information.

Comments

@Souradeep2304
Copy link

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 Souradeep2304 changed the title File upload not working. File upload not working for Azure Storage Account Oct 27, 2020
@TkTech
Copy link
Owner

TkTech commented Nov 4, 2020

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

@TkTech TkTech added the bug-unconfirmed May or may not be a bug, needs testing or further information. label Nov 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-unconfirmed May or may not be a bug, needs testing or further information.
Projects
None yet
Development

No branches or pull requests

2 participants