Appearance
status+me.virmesh.player.upload_expired
profile image upload token の有効期限が切れていることを示します。
Description
この status は /uploads/profile-images/:uploadToken に対する raw upload で、
token の有効期限が切れている場合に返ります。
When this happens
prepareProfileImageUploadで返されたexpiresAtを過ぎている
Payload
payload.messagestringRequired実装依存の詳細メッセージです。
Examples
upload token expired
{
"status": "status+me.virmesh.player.upload_expired",
"payload": {
"message": "Profile image upload token has expired."
}
}Client handling
me.virmesh.player.prepareProfileImageUploadを再実行して新しい token を取得する
Referenced by
No API references have been registered for this status yet.