We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2142bc3 + d28612a commit 40af4e1Copy full SHA for 40af4e1
cloud-storage/authSample.js
@@ -30,8 +30,8 @@ function listBuckets(projectId, callback) {
30
}
31
32
// Depending on the environment that provides the default credentials
33
- // (eg Compute Engine, App Engine), the credentials may require us to
34
- // specify the scopes we need explicitly.
+ // (e.g. Compute Engine, App Engine), the credentials retrieved may require
+ // you to specify the scopes you need explicitly.
35
// Check for this case, and inject the Cloud Storage scope if required.
36
if (authClient.createScopedRequired &&
37
authClient.createScopedRequired()) {
0 commit comments