Skip to content

Commit 6a4c3b2

Browse files
Fix name of client_secret.json file.
1 parent c086040 commit 6a4c3b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

php/quickstart.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
function getClient() {
1818
$client = new Google_Client();
19-
// Set to name/location of your client_secrets.json file.
20-
$client->setAuthConfigFile('client_secrets.json');
19+
// Set to name/location of your client_secret.json file.
20+
$client->setAuthConfigFile('client_secret.json');
2121
// Set to valid redirect URI for your project.
2222
$client->setRedirectUri('http://localhost');
2323

0 commit comments

Comments
 (0)