We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 697a0fe + f5caa08 commit 5675d9aCopy full SHA for 5675d9a
examples/service-account.php
@@ -38,9 +38,9 @@
38
Make sure the Books API is enabled on this
39
account as well, or the call will fail.
40
************************************************/
41
-$client_id = '<YOUR_CLIENT_ID>';
42
-$service_account_name = '';
43
-$key_file_location = '';
+$client_id = '<YOUR_CLIENT_ID>'; //Client ID
+$service_account_name = ''; //Email Address
+$key_file_location = ''; //key.p12
44
45
echo pageHeader("Service Account Access");
46
if ($client_id == '<YOUR_CLIENT_ID>'
0 commit comments