I have two issues I am encountering while working project for school. I am trying to pull a dataset I created and added to my school gdrive via DVC. Repository, GitHub - takorejsza/yachts_dataset: Scrapes sailboat listings.
First, when trying to run dvc list I receive an access denied error. It’s odd to me since I am the creator and was able to remotely add it to my school google drive.
Secondly, I don’t have .dvc associated with my data set of interest. When trying to run dvc add is says it is already staged. I am assuming if I solve the first problem I still wont be able to see the file from dvc list.