Google Apps Marketplace アプリによって提供されるコンシューマ キー / キー シークレットを使用して、再開可能なアップロード (doclist api) を介してファイルを Google ドライブにアップロードします。これは 1 年以上正常に機能しています。2013 年 8 月 1 日以降、アップロードは一般的な 500 エラーで失敗します。同じキー/シークレットを使用すると、ドライブにフォルダーを作成するなどの他の操作は機能しますが、再開可能なアップロードは機能しません。
この問題はキー/キー シークレットに起因することがわかっています。テストでは、別の Marketplace アプリのキー ペアを使用しましたが、同じコードが正常に動作します。
キーシークレットを再生成しようとしましたが、まだ喜びはありません。
誰かが同様の動作を見たり、これに対する修正を見つけたりしましたか?それは確かに非常に奇妙です.
これは Appengine アプリです - 以下のスタック トレース:
Server responded with: 500, Internal Error
Traceback (most recent call last):
File "/base/data/home/runtimes/python/python_lib/versions/1/google/appengine/ext/webapp/_webapp25.py", line 716, in __call__
handler.post(*groups)
File "/base/data/home/apps/s~goodocdrop-hrd/70.369239377977712685/handler.py", line 533, in post
new_entry = uploader.UploadFile('/feeds/upload/create-session/default/private/full?convert=false', entry=entry)
File "/base/data/home/apps/s~goodocdrop-hrd/70.369239377977712685/gdata/client.py", line 1026, in upload_file
auth_token=auth_token, entry=entry)
File "/base/data/home/apps/s~goodocdrop-hrd/70.369239377977712685/gdata/client.py", line 944, in _init_session
http_request=http_request)
File "/base/data/home/apps/s~goodocdrop-hrd/70.369239377977712685/gdata/client.py", line 320, in request
RequestError)
RequestError: Server responded with: 500, Internal Error