Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Outline

Getting Started with Google Cloud Authentication

Open in Cloud Shell

See the documentation for more information about authenticating for Google Cloud APIs.

Quickstart

Install Maven.

Build your project with:

mvn clean package -DskipTests

You can then run a given ClassName via:

mvn exec:java -Dexec.mainClass=com.example.storage.ClassName \
    -DpropertyName=propertyValue \
	-Dexec.args="any arguments to the app"

Listing buckets with default credentials

mvn exec:java -Dexec.mainClass=com.google.cloud.auth.samples.AuthExample

Listing buckets with credentials in json file

mvn exec:java -Dexec.mainClass=com.google.cloud.auth.samples.AuthExample
    -Dexec.args="explicit [path-to-credentials-json]"

Listing buckets while running on a Google Compute Engine instance

mvn exec:java -Dexec.mainClass=com.google.cloud.auth.samples.AuthExample
    -Dexec.args="compute"
Morty Proxy This is a proxified and sanitized view of the page, visit original site.