Skip to content

Commit

Permalink
Fix link to application default credentials in README files
Browse files Browse the repository at this point in the history
  • Loading branch information
jradcliff committed Dec 14, 2023
1 parent f10885d commit f1e0922
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions google-analytics-admin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ These samples show how to use the
[Google Analytics Admin API](https://developers.google.com/analytics/devguides/config/admin/v1) from Java.

## Build and Run

1. **Enable APIs** - [Enable the Analytics Admin API](https://console.cloud.google.com/flows/enableapi?apiid=analyticsadmin.googleapis.com)
and create a new project or select an existing project.
2. **Download The Credentials** - Configure your project using [Application Default Credentials][adc].
Expand All @@ -35,3 +36,4 @@ These samples show how to use the
mvn -q compile exec:java -Dexec.mainClass='com.example.analytics.QuickstartSample'
```

[adc]: https://cloud.google.com/docs/authentication#adc
2 changes: 2 additions & 0 deletions google-analytics-data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ These samples show how to use the
[Google Analytics Data API](https://developers.google.com/analytics/devguides/reporting/data/v1) from Java.

## Build and Run

1. **Enable APIs** - [Enable the Analytics Data API](https://console.cloud.google.com/flows/enableapi?apiid=analyticsdata.googleapis.com)
and create a new project or select an existing project.
2. **Download The Credentials** - Configure your project using [Application Default Credentials][adc].
Expand Down Expand Up @@ -39,3 +40,4 @@ These samples show how to use the
[`src/main/java/com/example/analytics`](src/main/java/com/example/analytics)
directory.

[adc]: https://cloud.google.com/docs/authentication#adc

0 comments on commit f1e0922

Please sign in to comment.