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 bc51fe4 + b7c951f commit d64ff69Copy full SHA for d64ff69
examples/multi-api.php
@@ -86,7 +86,7 @@
86
and a list of files from Drive.
87
************************************************/
88
if ($client->getAccessToken()) {
89
- $_SESSION['access_token'] = $client->getAccessToken();
+ $_SESSION['multi-api-token'] = $client->getAccessToken();
90
91
$dr_results = $dr_service->files->listFiles(array('pageSize' => 10));
92
0 commit comments