From d985200d8b36f62db11cdf2e9bccc4a8b0adc275 Mon Sep 17 00:00:00 2001 From: Maren Sofie Ringsby Date: Fri, 30 Aug 2024 11:33:18 +0200 Subject: [PATCH] chore: fix error in readme --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 57fca53776..0e0280abb9 100644 --- a/README.rst +++ b/README.rst @@ -242,11 +242,13 @@ you can enable application default credentials using the sdk: Using oauth tokens you can authorize by doing this: .. code:: sh + $ export GOOGLE_OAUTH_ACCESS_TOKEN= Or if you are logged in you can authorize by generating an access token: .. code:: sh + $ export GOOGLE_OAUTH_ACCESS_TOKEN="$(gcloud auth print-access-token)"