i get access denied when trying to download the dataset.
Access denied with the following error:
Cannot retrieve the public link of the file. You may need to change
the permission to 'Anyone with the link', or have had many accesses.
You may still be able to access the file from the browser:
https://drive.google.com/uc?id=1wd8KaeCSHxt-nEpMeuHFSNWrDp8joUXJ
FileNotFoundError Traceback (most recent call last)
in ()
8 num_sentences = 0
9
—> 10 with open(“./training_cleaned.csv”) as csvfile:
11 reader = csv.reader(csvfile, delimiter=‘,’)
12 for row in reader:
FileNotFoundError: [Errno 2] No such file or directory: ‘./training_cleaned.csv’
Hi Andrew! We removed the gdown
command to avoid that error. It now downloads the dataset via curl
. Please reopen the notebook from the classroom to see the changes. Thanks!
hi Chris,
Thank works thank you. But i got the same access denied in a later gdown command in the same assignment. could you please help on that too?
Thank you,
Hi @chris.favila and @Andrewyao
I have the same issue at the moment.
As a workaround I used the same download.sh script previously defined to get the file glove.6B.100d.txt
# glove.6B.100d.txt
# !gdown --id 1W5vZy2etitAblLdFn8_DxnsQKzfFJ98g
!bash download.sh 1W5vZy2etitAblLdFn8_DxnsQKzfFJ98g glove.6B.100d.txt
BR
1 Like
Thanks Fabio! Sorry didn’t notice this 2nd gdown command @Andrewyao . It has now been replaced as well. Thanks again!
Hello Chris
I see the same problem also in the C3_W3_Assignment_Solution.ipynb workbook.
It has been fixed in the C3_W3_Assignment.ipynb
BR
Hi Fabio! Sure will also update that file. Thank you!