我有一個python腳本來上傳大文件到Google Drive。 當腳本開始後通過1小時我得到的錯誤: 「刷新由於401 刷新的access_token」 和腳本退出,出現錯誤:在Google Drive(OAuth2)中刷新令牌python
File "c:\Python27\lib\site-packages\httplib2-0.9-py2.7.egg\httplib2\__init__.py", line 1291, in _conn_request
response = conn.getresponse()
File "c:\Python27\lib\httplib.py", line 1067, in getresponse
response.begin()
File "c:\Python27\lib\httplib.py", line 409, in begin version, status, reason = self._read_status()
File "c:\Python27\lib\httplib.py", line 373, in _read_status
raise BadStatusLine(line)
httplib.BadStatusLine: ''*
如何更新加載過程中的令牌不中斷它?
http://stackoverflow.com/questions/23789284/resumable-upload-error-401和http://stackoverflow.com/questions/14286402/google-drive-python-api-resumable-upload-error -401-2小時後(也可能還有其他一些) – pinoyyid 2014-12-03 15:18:29
Google這樣的大公司怎麼可能不會修復超過一年的錯誤? – 2014-12-04 16:09:31