JovianHQ/opendatasets

ApiException: (404) Reason: Not Found

Closed this issue · 1 comments

I am using Google Colab where I am downloading this dataset : https://www.kaggle.com/datasets/hereisburak/pins-face-recognition
using opendatasets library

I've uploaded my kaggle.json into the files section of Google Colab as well but when I am doing od.download(url) I am getting following error :

image

I always do this same process but this time it is not working
So what could be the reason and how to resolve it ?

versions :
Python : 3.7.13
opendatasets : 0.1.20

Just remove the datasets/ from the link.

Example:
Not Working: "https://www.kaggle.com/datasets/maricinnamon/batman-films"
Working: "https://www.kaggle.com/maricinnamon/batman-films"