Skip to content

Commit

Permalink
add resource manager scope
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed Aug 26, 2016
1 parent 02f3275 commit ccb0a62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ If you are not running this client on Google Compute Engine, you need a Google D
* Google Cloud Logging API
* Google Cloud Natural Language API
* Google Cloud Pub/Sub API
* Google Cloud Resource Manager API
* Google Cloud Storage
* Google Cloud Storage JSON API
* Google Cloud Vision API
Expand Down
4 changes: 1 addition & 3 deletions packages/resource/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@ If you are not running this client on Google Compute Engine, you need a Google D
1. Visit the [Google Developers Console][dev-console].
2. Create a new project or click on an existing project.
3. Navigate to **APIs & auth** > **APIs section** and turn on the following APIs (you may need to enable billing in order to use these services):
* Google Cloud Datastore API
* Google Cloud Storage
* Google Cloud Storage JSON API
* Google Cloud Resource Manager API
4. Navigate to **APIs & auth** > **Credentials** and then:
* If you want to use a new service account, click on **Create new Client ID** and select **Service account**. After the account is created, you will be prompted to download the JSON key file that the library uses to authenticate your requests.
* If you want to generate a new key for an existing service account, click on **Generate new JSON key** and download the JSON key file.
Expand Down

0 comments on commit ccb0a62

Please sign in to comment.