Punyasloka Sahoo
Punyasloka Sahoo

Reputation: 41

401-Unauthorized on importing dataset from kaggle

I want to download a dataset from kaggle. I followed the steps from this colab notebook. But I get this error. How do I get authorized or resolve this error?

Upvotes: 1

Views: 3350

Answers (1)

Mon
Mon

Reputation: 31

I had the same problem and followed these steps:

  1. Confirm that your kaggle google account & colab google account is the same
  2. Expire all active tokens in your kaggle account
  3. Delete any kaggle.json file you have in your pc
  4. Generate a new token

Voilà, hope it helps

Upvotes: 3

Related Questions