adapterbot icon indicating copy to clipboard operation
adapterbot copied to clipboard

Permission denied for googledrive link

Open moznpan opened this issue 4 years ago • 2 comments

Hi there! I opened a fork to begin attempting to create python packaging for your repository.

I'm not able to download your pre-trained model from google drive. Here's what I see on my end:

image

Any help would be appreciated!

moznpan avatar Sep 11 '21 21:09 moznpan

Hey, if you look at closed issues you'll see the solution. Basically you have to download it directly.

EDIT: link: https://drive.google.com/file/d/1JQZex-AD-sa5WUT5U4lIn1K2sPW-us8a/view?usp=sharing

UnknownUnit avatar Sep 14 '21 01:09 UnknownUnit

In case anyone is still interested, I have had success with running gdown from the shell:

gdown --id 1JQZex-AD-sa5WUT5U4lIn1K2sPW-us8a

Meanwhile, the Python bindings (gdown.download()) gave me the same error as here. I tried this in Google Colab.

antecedent avatar Jan 03 '22 12:01 antecedent