BM-K / Sentence-Embedding-Is-All-You-Need

Korean Sentence Embedding Repository
Creative Commons Attribution Share Alike 4.0 International
202 stars 17 forks source link

" You may need to change the permission to 'Anyone with the link' " #1

Closed sorryhyun closed 2 years ago

sorryhyun commented 2 years ago

What I followed is : "How to start"

bash get_model_checkpoint.sh

and I got following error:

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=1KS5gPiBxn-uYG44d75PHhpCtAhWABoFc 

Is there a problem with permission setting?

BM-K commented 2 years ago

Try this code pip install --upgrade --no-cache-dir gdown and run the shell script once more.

sorryhyun commented 2 years ago

Well, I entered to the link with Chrome browser and downloaded directly then solved. Thanks to your reply.