For uploading files to google cloud buckets, i'm using JSON API. for that i crated a Bearer Token by using following commands
$> gcloud auth activate-service-account [email protected] --key-file=creds.json
$> gcloud auth print-access-token
Now I get a token. I want to know that, it's a lifetime token or it has some expiry date.