Skip to content

status+me.virmesh.player.upload_expired

profile image upload token の有効期限が切れていることを示します。

errordraft

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

Referenced by

No API references have been registered for this status yet.