Appearance
status+me.virmesh.player.upload_not_found
指定した profile image upload token が見つからないことを示します。
Description
この status は /uploads/profile-images/:uploadToken に対する raw upload で、
token が存在しない場合に返ります。
When this happens
- token が誤っている
- 既に消費済みまたは削除済みである
Payload
payload.messagestringRequired実装依存の詳細メッセージです。
Examples
upload token is missing
{
"status": "status+me.virmesh.player.upload_not_found",
"payload": {
"message": "Profile image upload token was not found."
}
}Client handling
me.virmesh.player.prepareProfileImageUploadを再実行して新しい token を取得する
Referenced by
No API references have been registered for this status yet.