Skip to content

Commit

Permalink
Fix name of client_secret.json file.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyDiamondstein committed Jun 20, 2017
1 parent c086040 commit 6a4c3b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions php/quickstart.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

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

Expand Down

0 comments on commit 6a4c3b2

Please sign in to comment.