You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Run the following command to authorize the Cloud SDK and configure your project:
24
22
<pre>gcloud init</pre>
25
-
1. Add your authenticated email account as <user-email> and <writer-email> elements to the queue.xml file of the App Engine app that created the pull queue task you're trying to access. For more details, please see
* Running the sample on a Google Compute Engine VM using Default Application Credentials:
29
27
1. Create a service account and add it to queue.xml
30
28
1. In the API Manager > [Credentials](https://pantheon.corp.google.com/apis/credentials)
31
29
section click "Create credentials" and choose "Service account key".
32
30
1. On the "Create service account key" page, select "Compute Engine default service account" from the "Service Account" drop-down menu. Leave the Key type set to JSON and click the "Create" button.
33
31
1. Once the service account is created, click the "Manage service accounts" link and copy the "Service account ID" of the "Compute Engine default service account".
34
-
1. Add the "Service account ID" as <user-email> and <writer-email> elements to the queue.xml file of the App Engine app that created the pull queue task you're trying to access. For more details, please see
0 commit comments