mkearney / kaggler

🏁 API client for Kaggle
https://github.com/mkearney/kaggler
Other
59 stars 14 forks source link

: Unauthorized (HTTP 401) #9

Closed jlizardi closed 4 years ago

jlizardi commented 4 years ago

input: data <- kgl_datasets_download(owner_dataset = "secareanualin/football-events", fileName = "events.csv")

output: Warning message: In kgl_api_get(glue::glue("datasets/download/{ownerSlug}/{datasetSlug}/{fileName}"), : Unauthorized (HTTP 401)

i get this message for every type of data pull... i think its the API... but i reset it like 3 times... any ideas?

jlizardi commented 4 years ago

I didnt follow the kaggle.json file / folder directions fully.

lksprado commented 2 years ago

@jlizardi I am getting the same error. Yesterday I was able to download but now I cant. I dont understand because I havent changed anything. Its weird because the kgl_auth is being able to read my credentials. What did you do?