You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 22, 2021. It is now read-only.
I have Send running at commit f0bbf82. After uploading a file, attempting to download it yields a GET to /api/download/blob/:id. This returns 401 Unauthorized. I suspect that the error is due to an incorrect Authorization header. The Authorization header sent begins with send-v1, but as a result of the download tokens change, the server expects it to begin with Bearer. For now I'm running commit 87d46f7 instead.
Edit: I forgot to include my environment variables.
I have Send running at commit f0bbf82. After uploading a file, attempting to download it yields a GET to /api/download/blob/:id. This returns 401 Unauthorized. I suspect that the error is due to an incorrect Authorization header. The Authorization header sent begins with
send-v1
, but as a result of the download tokens change, the server expects it to begin withBearer
. For now I'm running commit 87d46f7 instead.Edit: I forgot to include my environment variables.
The text was updated successfully, but these errors were encountered: