尝试使用从Doclist api重新上传的可恢复上传来上传2 GIG文件时出现超时错误 - 请参阅下面的日志摘录。我想在一个Appengine任务中使用可恢复上传,2 GIG不会成为问题,有什么想法吗?
文件“/base/data/home/apps/s~gofiledrop/31.358777816137338904/handler.py”,第564行,邮寄 new_entry = uploader.UploadFile('/ feeds / upload / create-session / default / private / full?convert = false',entry = entry) 在upload_file中输入文件“/base/data/home/apps/s~gofiledrop/31.358777816137338904/gdata/client.py”,第1033行 start_byte,self.file_handle.read(self.chunk_size)) 在upload_chunk中输入文件“/base/data/home/apps/s~gofiledrop/31.358777816137338904/gdata/client.py”,第987行 desired_class = self.desired_class) 请求文件“/base/data/home/apps/s~gofiledrop/31.358777816137338904/gdata/client.py”,第265行 uri = uri,auth_token = auth_token,http_request = http_request,** kwargs) 请求文件“/base/data/home/apps/s~gofiledrop/31.358777816137338904/atom/client.py”,第117行 return self.http_client.request(http_request) 请求文件“/base/data/home/apps/s~gofiledrop/31.358777816137338904/atom/http_core.py”,第420行 http_request.headers,http_request._body_parts) 在_http_request中输入文件“/base/data/home/apps/s~gofiledrop/31.358777816137338904/atom/http_core.py”,第497行 return connection.getresponse() 在getresponse中输入文件“/base/python_runtime/python_dist/lib/python2.5/httplib.py”,第206行 期限= self.timeout)