Skip to content
This repository was archived by the owner on Feb 24, 2022. It is now read-only.

Commit b7c951f

Browse files
committed
multi-api-token instead of access_token
Should it not be so?
1 parent e801f34 commit b7c951f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/multi-api.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
and a list of files from Drive.
8787
************************************************/
8888
if ($client->getAccessToken()) {
89-
$_SESSION['access_token'] = $client->getAccessToken();
89+
$_SESSION['multi-api-token'] = $client->getAccessToken();
9090

9191
$dr_results = $dr_service->files->listFiles(array('pageSize' => 10));
9292

0 commit comments

Comments
 (0)