Right now if the user's token is invalid or expired, they'll see `HTTPError` with code `401` (Unauthorized). We should catch those errors and tell the users how to obtain a new token.
Right now if the user's token is invalid or expired, they'll see
HTTPErrorwith code401(Unauthorized).We should catch those errors and tell the users how to obtain a new token.