Download a file
$ beeper-desktop assets download
POST/v1/assets/download
Download a file from an mxc:// or localmxc:// URL to the device running the Beeper Client API and return the local file URL.
Download a file
beeper-desktop assets download \
--access-token 'My Access Token' \
--url mxc://example.org/Q4x9CqGz1pB3Oa6XgJ{
"error": "error",
"srcURL": "srcURL"
}Returns Examples
{
"error": "error",
"srcURL": "srcURL"
}