七牛云上传超时问题?

_ResponseInfo__response:None, exception:HTTPConnectionPool(host='up-z2.qiniup.com', port=80): Read timed out. (read timeout=30), status_code:-1, text_body:None, req_id:None, x_log:None, error:HTTPConnectionPool(host='up-z2.qiniup.com', port=80): Read timed out. (read timeout=30)

什么问题造成的,上传个20m的文件就不行了,13m的可以,代码:

token = QiNiu.q.upload_token(QiNiu.bucket_name, key=filepath) ``  # 使用完整的文件路径 woll/video
 ret, info = put_data(token, filepath, file_contents)

没有

阅读 637
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
宣传栏