-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to production storagetransfer service account
- Loading branch information
Shun Fan
committed
Jul 23, 2015
1 parent
ba5d859
commit 1bbb543
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,8 @@ This app creates two types of transfers using the Transfer Service tool. | |
1. Within Developers Console, select APIs & auth > Credentials. | ||
1. Select Add credentials > Service account > JSON key. | ||
1. Set the environment variable GOOGLE_APPLICATION_CREDENTIALS to point to your JSON key. | ||
1. Add the Storage Transfer service account, [email protected] as an | ||
editor of your project. | ||
1. Add the Storage Transfer service account as an editor of your project | ||
storage-transfer-5031963314028297433@partnercontent.gserviceaccount.com | ||
1. Set up gcloud for application default credentials. | ||
1. `gcloud components update` | ||
1. `gcloud auth login` | ||
|