require_once (Google / Auth / AssertionCredentials.php): nie udało się otworzyć strumienia: brak takiego pliku lub katalogu

Próbuję zrobić bardzo proste:

require_once 'vendor/google/src/Google/Client.php';
require_once 'vendor/google/src/Google/Service/Plus.php';

... i dostaję ten błąd:

require_once(Google/Auth/AssertionCredentials.php): failed to open stream: No such file or directory

Czemu?

Używam najnowszej dostępnej wersjihttps://github.com/google/google-api-php-client i wydaje się, że w Client.php każda require_once używa złej ścieżki ... czy nie?

Każda pomoc zostanie bardzo doceniona!

Wielkie dzięki,
Niccolò

questionAnswers(2)

yourAnswerToTheQuestion