Lines Matching refs:account
3 …account, which is an account that belongs to your application instead of to an individual end user…
5 …account when the application uses Google APIs to work with its own data rather than a user's data.…
7 …account to access the Google Calendar API on behalf of users. Authorizing a service account to acc…
11 …Google Apps domain, service accounts are not members of your Google Apps account and aren't subjec…
17 …account for your project in the API Console. If you want to access user data for users in your Goo…
19 Then, your application prepares to make authorized API calls by using the service account's credent…
23 ## Creating a service account
25 A service account's credentials include a generated email address that is unique, a client ID, and …
27 If your application runs on Google App Engine, a service account is set up automatically when you c…
29 If your application runs on Google Compute Engine, a service account is also set up automatically w…
31 … obtain these credentials in the Google API Console. To generate service-account credentials, or t…
34 1. Click **Create service account**.
35 …account** window, type a name for the service account, and select **Furnish a new private key**. I…
39 …rate additional public/private key pairs. For more details about service account credentials in th…
41 Take note of the service account's email address and store the service account's private key file i…
45 ## Delegating domain-wide authority to the service account
47 If your application runs in a Google Apps domain and accesses user data, the service account that y…
55 1. In the **Client name** field enter the service account's **Client ID**.
71 1. Create a `Credentials` object from the service account's credentials and the scopes your applica…