You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contributing/samples/bigquery_agent/README.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# OAuth Sample
1
+
# BigQuery Sample
2
2
3
3
## Introduction
4
4
5
-
This sample tests and demos the OAuth support in ADK via two tools:
5
+
This sample tests and demos the BigQuery support in ADK via two tools:
6
6
7
7
*1. bigquery_datasets_list:
8
8
@@ -28,14 +28,14 @@ This sample tests and demos the OAuth support in ADK via two tools:
28
28
*1. Follow https://developers.google.com/identity/protocols/oauth2#1.-obtain-oauth-2.0-credentials-from-the-dynamic_data.setvar.console_name. to get your client id and client secret.
29
29
Be sure to choose "web" as your client type.
30
30
31
-
*2. Configure your .env file to add two variables:
31
+
*2. Configure your `.env` file to add two variables:
32
32
33
-
*GOOGLE_CLIENT_ID={your client id}
34
-
*GOOGLE_CLIENT_SECRET={your client secret}
33
+
*OAUTH_CLIENT_ID={your client id}
34
+
*OAUTH_CLIENT_SECRET={your client secret}
35
35
36
-
Note: done't create a separate .env, instead put it to the same .env file that stores your Vertex AI or Dev ML credentials
36
+
Note: don't create a separate `.env` file , instead put it to the same `.env` file that stores your Vertex AI or Dev ML credentials
37
37
38
-
*3. Follow https://developers.google.com/identity/protocols/oauth2/web-server#creatingcred to add http://localhost/dev-ui to "Authorized redirect URIs".
38
+
*3. Follow https://developers.google.com/identity/protocols/oauth2/web-server#creatingcred to add http://localhost/dev-ui/ to "Authorized redirect URIs".
39
39
40
40
Note: localhost here is just a hostname that you use to access the dev ui, replace it with the actual hostname you use to access the dev ui.
Copy file name to clipboardExpand all lines: contributing/samples/oauth_calendar_agent/README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -21,14 +21,14 @@ This sample tests and demos the OAuth support in ADK via two tools:
21
21
*1. Follow https://developers.google.com/identity/protocols/oauth2#1.-obtain-oauth-2.0-credentials-from-the-dynamic_data.setvar.console_name. to get your client id and client secret.
22
22
Be sure to choose "web" as your client type.
23
23
24
-
*2. Configure your .env file to add two variables:
24
+
*2. Configure your `.env` file to add two variables:
25
25
26
-
*GOOGLE_CLIENT_ID={your client id}
27
-
*GOOGLE_CLIENT_SECRET={your client secret}
26
+
*OAUTH_CLIENT_ID={your client id}
27
+
*OAUTH_CLIENT_SECRET={your client secret}
28
28
29
-
Note: done't create a separate .env, instead put it to the same .env file that stores your Vertex AI or Dev ML credentials
29
+
Note: don't create a separate `.env` file , instead put it to the same `.env` file that stores your Vertex AI or Dev ML credentials
30
30
31
-
*3. Follow https://developers.google.com/identity/protocols/oauth2/web-server#creatingcred to add http://localhost/dev-ui to "Authorized redirect URIs".
31
+
*3. Follow https://developers.google.com/identity/protocols/oauth2/web-server#creatingcred to add http://localhost/dev-ui/ to "Authorized redirect URIs".
32
32
33
33
Note: localhost here is just a hostname that you use to access the dev ui, replace it with the actual hostname you use to access the dev ui.
0 commit comments