We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2128578 + e70a46d commit e801f34Copy full SHA for e801f34
1 file changed
examples/multi-api.php
@@ -41,8 +41,6 @@
41
$client->addScope("https://www.googleapis.com/auth/drive");
42
$client->addScope("https://www.googleapis.com/auth/youtube");
43
44
-$service = new Google_Service_Drive($client);
45
-
46
// add "?logout" to the URL to remove a token from the session
47
if (isset($_REQUEST['logout'])) {
48
unset($_SESSION['multi-api-token']);
0 commit comments