We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c086040 commit 6a4c3b2Copy full SHA for 6a4c3b2
1 file changed
php/quickstart.php
@@ -16,8 +16,8 @@
16
17
function getClient() {
18
$client = new Google_Client();
19
- // Set to name/location of your client_secrets.json file.
20
- $client->setAuthConfigFile('client_secrets.json');
+ // Set to name/location of your client_secret.json file.
+ $client->setAuthConfigFile('client_secret.json');
21
// Set to valid redirect URI for your project.
22
$client->setRedirectUri('http://localhost');
23
0 commit comments