-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
error downloading my data set 40864 #416
Comments
This is likely an issue with the R API, I'll move this issue to the R tracker. Adding your api key to the url seems to work, e.g. try: so I assume the R API is not passing it correctly. I can also make the dataset public if you like. If you click on the 'edit' button on the dataset page you can also change it. Note: we are in the middle of redesigning these forms, let me know if it does not work. |
Not sure, as it does not work with my API key. So this
fails. with " 403 ForbiddenYou don't have the right access rights to view this page. " |
Sorry, it does work from command line, I missspelled the api_key parameter. |
The problem is in this line: openml-r/R/downloadOMLObject.R Line 108 in 0708f97
in here we download the file with a simple
which does never adds the apikey, even if set correctly. |
Indeed. |
Hm, I am getting the error "403 Forbidden" as well here? |
From @behrica on May 31, 2018 9:56
I have problems to download my own task 168302
(better said : with its data set: 40864)
with the R API.
I think I set the apikey correctly, but something strange happens:
Looking at the local dataset file, shows taht iot contains an html error:
It should be all owned by me...
Maybe it is because the visibility is set to "private", but I don't know how to change it:
I tried to delete the data set and all tasks related to it, but don't manage this neither..
Copied from original issue: openml/OpenML#754
The text was updated successfully, but these errors were encountered: