JovianHQ / opendatasets

A Python library for downloading datasets from Kaggle, Google Drive, and other online sources.
MIT License
319 stars 139 forks source link

ApiException: (404) Reason: Not Found #6

Closed pathikg closed 2 years ago

pathikg commented 2 years ago

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

BirajCoder commented 2 years ago

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"