diff options
author | Katie McCormick <kmccormick@google.com> | 2013-10-09 16:46:23 -0700 |
---|---|---|
committer | Katie McCormick <kmccormick@google.com> | 2013-11-15 22:33:13 +0000 |
commit | 63cd3802008010008aebc3a7a5d9fdf432cf0b5a (patch) | |
tree | 8807408160e0b32a8860bd625a640ae9caab21d5 /docs/html | |
parent | 5b93d259b8df98b011ac7f915b2c6602bc63f9fe (diff) | |
download | frameworks_base-63cd3802008010008aebc3a7a5d9fdf432cf0b5a.zip frameworks_base-63cd3802008010008aebc3a7a5d9fdf432cf0b5a.tar.gz frameworks_base-63cd3802008010008aebc3a7a5d9fdf432cf0b5a.tar.bz2 |
Doc update: update old console references.
Change-Id: I54d50876022b308a4688293853b3e9227cb5e87c
Diffstat (limited to 'docs/html')
-rw-r--r-- | docs/html/google/play/billing/gp-purchase-status-api.jd | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/html/google/play/billing/gp-purchase-status-api.jd b/docs/html/google/play/billing/gp-purchase-status-api.jd index 25ef28b..4d80680 100644 --- a/docs/html/google/play/billing/gp-purchase-status-api.jd +++ b/docs/html/google/play/billing/gp-purchase-status-api.jd @@ -58,7 +58,7 @@ made with In-app Billing v1 or v2.</li> <p>The Purchase Status API is part of the <a href="https://developers.google.com/android-publisher/v1_1/">Google Play Android -Developer API v1.1</a>, available through the Google APIs console. The new version +Developer API v1.1</a>, available through the Google Cloud Console. The new version of the API supersedes the v1 API, which is deprecated. If you are using the v1 API, please migrate your operations to the v1.1 API as soon as possible.</p> @@ -66,7 +66,7 @@ API, please migrate your operations to the v1.1 API as soon as possible.</p> <h2 id="using">Using the API</h2> <p>To use the API, you must first register a project at the <a -href="https://code.google.com/apis/console">Google APIs Console</a> and receive +href="https://cloud.google.com/console">Google Cloud Console</a> and receive a Client ID and shared secret that your app will present when calling the API. All calls are authenticated with OAuth 2.0.</p> @@ -93,9 +93,9 @@ application). This should provide enough access for normal subscription-validation needs, assuming that you follow the recommendation in this section.</p> -<p>If you need to request a higher limit for your application, please use the -“Request more” link in the <a -href="https://code.google.com/apis/console/#:quotas">Google APIs Console</a>. +<p>If you need to request a higher limit for your application, see the +instructions in the <a +href="https://developers.google.com/console/help/new/#trafficcontrols">Google Cloud Console Help</a>. Also, please read the section below on design best practices for minimizing your use of the API.</p> |