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

Download Dataset does not work when not logged in #1247

Closed
yairwein opened this issue Aug 19, 2016 · 2 comments · Fixed by #1375
Closed

Download Dataset does not work when not logged in #1247

yairwein opened this issue Aug 19, 2016 · 2 comments · Fixed by #1375

Comments

@yairwein
Copy link

yairwein commented Aug 19, 2016

Issue Summary

Using a query public URL, trying to download the dataset as a CSV when not logged in fails

Steps to Reproduce

  1. Create a query that returns a table
  2. Create a public link using "embed" (use the src argument)
  3. Open the link from an anonymous browser window
  4. Click Download Dataset CSV

Getting
image

Technical details:

  • Redash Version: 0.11.1+b2095
  • Browser/OS: Chrome / Mac
@lukas-wu
Copy link

Issue replicable also on:
Technical details:

Redash Version: 0.11.0+b2016
Browser/OS: Chrome / Windows 10

@mycodecrafting
Copy link
Contributor

mycodecrafting commented Nov 4, 2016

It also fails for Excel. Looks to me like the issue is that the download links do not contain the api_key. If you add the api_key to the download links, they then work. Hopefully that's not too difficult to fix in the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants