D
Size: a a a
D
КТ
D
D
AZ
AZ
error: {
type: "SERVER_ERROR",
description: "Class Google_Service_Sheets does not exist"
}
AZ
"SheetsService" => function (ContainerInterface $c) {
$client = new Google_Client();
$client->setApplicationName("Cabx data");
$client->setScopes([Google_Service_Sheets::SPREADSHEETS]);
$client->setAccessType("offline");
$client->setAuthConfig(__DIR__ . "/../credentials.json");
return new Google_Service_Sheets($client);
}
AZ
КТ
D
AZ
КТ
КТ
AZ
AZ
➜ composer dump-autoload
Generated autoload files containing 2 classes
КТ
"SheetsService" => function (ContainerInterface $c) {
$client = new Google_Client();
$client->setApplicationName("Cabx data");
$client->setScopes([Google_Service_Sheets::SPREADSHEETS]);
$client->setAccessType("offline");
$client->setAuthConfig(__DIR__ . "/../credentials.json");
return new Google_Service_Sheets($client);
}
AZ
КТ
"SheetsService" => function (ContainerInterface $c) {
$client = new Google_Client();
$client->setApplicationName("Cabx data");
$client->setScopes([Google_Service_Sheets::SPREADSHEETS]);
$client->setAccessType("offline");
$client->setAuthConfig(__DIR__ . "/../credentials.json");
return new Google_Service_Sheets($client);
}
AZ
AZ