blazeauth
Reference

stop_file_transfer

Stop an active file stream and optionally issue a resume token.

stop_file_transfer

Stop an active transfer_file stream for a filename.

  • Type: 9
  • Requires initialization: yes
  • Requires authorization: yes

Request and response example

stop_file_transfer
Stop an active file stream and optionally issue a resume token.

Notes

  • If issue_token = true, the response contains resume_token.
  • Ordering is not guaranteed between the stop_file_transfer response and the terminal streamed file_transfer_stopped message. Correlate by id and treat them as independent.

Common statuses

StatusMeaning
1ok
3not_authorized
308file_transfer_stopped (terminal streamed message)
6internal_server_error

On this page