Lines Matching full:your
48 #### Download your Service Account Credentials JSON file
51 JSON credentials for your project. Go to **APIs & Services** > **Credentials** in
55 > This file is your *only copy* of these credentials. It should never be
56 > committed with your source code, and should be stored securely.
70 Before making your API call, you must be sure the API you're calling has been
77 As long as you update the environment variable below to point to *your* JSON
78 credentials file, the following code should output a list of your Drive files.
85 // specify the path to your application credentials
88 // define the scopes for your API call
128 If your application is running behind Cloud Run, or using Cloud Identity-Aware
129 Proxy (IAP), you will need to fetch an ID token to access your application. For
138 // specify the path to your application credentials
167 For invoking Cloud Run services, your service account will need the
172 used when you set up your protected resource as the target audience. See how to
173 [secure your IAP app with signed headers](https://cloud.google.com/iap/docs/signed-headers-howto).
188 // define the scopes for your API call
218 If your application is behind a proxy such as [Google Cloud IAP][iap-proxy-header],
219 and your application occupies the `Authorization` request header,
223 the Authorization header to your application without processing the content.
232 // specify the path to your application credentials
247 'auth' => ['username', 'pass'], // auth option handled by your application
272 If your app is running behind [Google Identity-Aware Proxy][iap-id-tokens]