Sentry-cli info returns Token expired (401)

I had register my account on sentry.io few days ago.

$export SENTRY_AUTH_TOKEN=my-auth-token
$ sentry-cli info
Sentry Server:   https://sentry.io/
Organization:    -
Project:         -

Authentication Info:
  Method:        Auth Token
  (cannot auth: http error: Token expired (401))

It won’t success even I put an Auth token which I create newly on https://sentry.io/api/.
To use Web API via sentry-cli, any other preparations I need?

I have the same problem.

curl -H 'Authorization: Bearer myToken' https://app.getsen

try.com/api/0/projects/myName/myProject/

But got the following response.

{"detail": "Token expired"}

Also seeing this. Seems that this commit is breaking things: https://github.com/getsentry/sentry/commit/6f0531a9d34434a6b7f2efe31ca3cf809abe78b1

It seems working fine now…