We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10b1384 commit d985200Copy full SHA for d985200
README.rst
@@ -242,11 +242,13 @@ you can enable application default credentials using the sdk:
242
Using oauth tokens you can authorize by doing this:
243
244
.. code:: sh
245
+
246
$ export GOOGLE_OAUTH_ACCESS_TOKEN=<your access token>
247
248
Or if you are logged in you can authorize by generating an access token:
249
250
251
252
$ export GOOGLE_OAUTH_ACCESS_TOKEN="$(gcloud auth print-access-token)"
253
254
0 commit comments