在colab上运行下载文件的脚本出错

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:

解决方法:

在运行脚本前执行如下命令:

pip install --upgrade --no-cache-dir gdown

解决 Cannot retrieve the public link of the file.相关推荐

  1. 解决java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed

    解决java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed 在连接数据库的url中,加上all ...

  2. rlm sql mysql.so_冰天雪地跪求高手解决--Could not link driver rlm_sql_mysql: file not found

    我在freenas这个上面安装了mysql+freeradius mysql是在用户上面自带命令 pkg_add -r mysql51-server 启动出错 [root@localhost ~]ra ...

  3. Android stuido 解决Caused by: android.view.InflateException: Binary XML file line #8: Binary XML file

    Android stuido 解决Caused by: android.view.InflateException: Binary XML file line #8: Binary XML file ...

  4. Linux/ubuntu 安装 redis 4.0报错解决:redis-server.service: Can't open PID file /var/run/redis/redis-server.

    此文首发于我的个人博客:Linux/ubuntu 安装 redis 4.0报错解决:redis-server.service: Can't open PID file /var/run/redis/r ...

  5. 成功解决raise ValueError(‘No model found in config file.‘) ValueError: No model found in config file.

    成功解决raise ValueError('No model found in config file.') ValueError: No model found in config file. 目录 ...

  6. 成功解决xlrd.biffh.XLRDError: Unsupported format, or corrupt file: Expected BOF record; found b‘Debug is

    成功解决xlrd.biffh.XLRDError: Unsupported format, or corrupt file: Expected BOF record; found b'Debug is ...

  7. ln: creating symbolic link `xxxxxx.cn4‘: File exists

    在创建软链接时出现Error: ln: creating symbolic link `xxxxxx.cn4': File exists 这是因为当前目录下含有xxxxxx.cn4文件,首先需要删除该 ...

  8. 成功解决Exception unhandled RuntimeError run loop already started File: F:\Program Files\Python\Python

    成功解决Exception "unhandled RuntimeError" run loop already started File: F:\Program Files\Pyt ...

  9. 成功解决 SyntaxError: Non-UTF-8 code starting with \xc0 in file but no encoding declared; see http://p

    成功解决  SyntaxError: Non-UTF-8 code starting with \xc0 in file  but no encoding declared; see http://p ...

最新文章

  1. sqlserver的事务回滚和设置事务保存点操作
  2. 提供MapXtreme 2004 6.2 NCP破解文件及安装方法(已经不能提供了,等待破解最新的吧)...
  3. Switch-case语句
  4. 特征选择与特征权重区别
  5. IdentityServer4(八)使用EntityFramework Core对数据进行持久化
  6. 将 ASP.NET Core 2.1 升级到最新的长期支持版本ASP.NET Core 3.1
  7. python pyautogui_python模块------pyautogui
  8. 关于并查集的Python实现代码
  9. 03.学习笔记-Linux下根目录介绍
  10. sas python接口_全方位比较3种数据科学工具:Python、R和SAS(附链接)
  11. 两个运放制作加法器_初级模拟电路:8-2 加法与减法电路
  12. HDU 4585 Shaolin (STL)
  13. POI生成workBook时报java.long.ArrayIndexOutOfBoundsEXception:-32768
  14. Debezium报错处理系列之三十六:Task threw an uncaught and unrecoverable exception. Task is being killed and will
  15. html中用form单选框右侧提示汗字,HTML表单(Forms)解析
  16. 数字社会案例集(1.0版本) 附下载
  17. QCon北京2019大会定制书单(内有赠书福利)
  18. java基础十一---Socket
  19. java v_java -v报错 java -version正确
  20. %后的各种格式C语言详解

热门文章

  1. su和su - 的区别
  2. 一些好用的maven插件介绍
  3. python堆叠瀑布图怎么做_利用Python绘制数据的瀑布图的教程
  4. 这是我从业RD Enginger以来与外国工程师沟通写的一封英文邮件
  5. Python数据分析基础
  6. 卡拉赞各BOSS掉落物品---法师篇
  7. C语言中scanf()、printf()、gets()、puts()之间的区别
  8. 投放指南|小红书投放被限流,品牌该如何是好
  9. 告别狗屎代码,请记住这 11 条编码秘诀!
  10. vue中v-on支持的事件总结