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
{{ message }}
This repository was archived by the owner on Jan 22, 2025. It is now read-only.
Hi! We are playing around with Data Explorer v2 over at Harvard Dataverse:
I've noticed some strange behavior when I try my 2023-01-03.tab file at https://dataverse.harvard.edu/file.xhtml?fileId=6867331&version=4.0
I end up on this URL:
https://dataverse.harvard.edu/dataverse-data-explorer-v2/?fileId=6867331&fileMetadataId=6747643&dvLocale=en&siteUrl=https://dataverse.harvard.edu
When I click "view categories" for language, the console tells me "bad API key":
The bad API key/token is "null" from this URL:
https://dataverse.harvard.edu/api/access/datafile/6867331?format=subset&variables=v30256085&key=null
Now here's the interesting thing. If I hack on the URL and enter a valid API key like this...
https://dataverse.harvard.edu/dataverse-data-explorer-v2/?fileId=6867331&fileMetadataId=6747643&dvLocale=en&siteUrl=https://dataverse.harvard.edu&key=REDACTED
... the plot looks fine when I click "view categories":
This is ok in a pinch but a public dataset shouldn't need any API key at all, right?