_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)
没有