Skip to content

Commit 5675d9a

Browse files
committed
Merge pull request googleapis#254 from volkan/master
added comment
2 parents 697a0fe + f5caa08 commit 5675d9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/service-account.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
Make sure the Books API is enabled on this
3939
account as well, or the call will fail.
4040
************************************************/
41-
$client_id = '<YOUR_CLIENT_ID>';
42-
$service_account_name = '';
43-
$key_file_location = '';
41+
$client_id = '<YOUR_CLIENT_ID>'; //Client ID
42+
$service_account_name = ''; //Email Address
43+
$key_file_location = ''; //key.p12
4444

4545
echo pageHeader("Service Account Access");
4646
if ($client_id == '<YOUR_CLIENT_ID>'

0 commit comments

Comments
 (0)