2017-08-10 54 views
0

我有一款生產應用,運行將近一年,以定期使用Google Drive API v3將文件從Google App Engine(python)上傳到Google雲端硬盤。通過API V3將文件上傳到Google雲端硬盤時出現HTTP錯誤500

但今天,我得到了很多錯誤HTTP錯誤的500 這裏是我的應用程序引擎的日誌:

12:44:44.296 Refreshing access_token 
12:44:44.985 An error occurred: <HttpError 500 when requesting https://www.googleapis.com/upload/drive/v3/files?uploadType=multipart&alt=json returned "Internal Error"> 
12:44:45.054 URL being requested: POST https://www.googleapis.com/upload/drive/v3/files?uploadType=multipart&alt=json (/base/data/home/apps/s~xxx/1.zzz/lib/python2.7/site-packages/googleapiclient/discovery.py:863) 

任何線索如何解決這個問題? 是我的問題還是在Google Drive API方面?

任何幫助表示讚賞。謝謝。

回答

0

此錯誤的問題出現在Google雲端硬盤端。我有同樣的錯誤。但是當我減少我的文件大小時,錯誤不會再出現。

+0

我的文件只有幾KB(是,千字節)。我認爲這只是偶爾發生。 –

相關問題