BlobStoreAPI で Error: Server Error


BlobStoreAPIで以下のエラーが発生した。

Error: Server Error
The server encountered an error and could not complete your request.

If the problem persists, please report your problem and mention this error
message and the query that caused it.

BlobStoreAPI にファイルをアップロードするためのURLに
「?my_param=my_value」のようなクエリパラメータを付けたのが原因。

BlobStoreAPI が生成したURLにはクエリパラメータを付けることができない。
リダイレクト先のエンドポイントに値を渡したいときは form の hidden で埋め込むしかない。

ただし、ローカルサーバではエラーにならず
リダイレクト先にクエリパラメータが渡ってくる。
挙動同じにして欲しいな・・・。