Fatal error: Uncaught Google\Service\Exception: {
"error": {
"code": 503,
"message": "The service is currently unavailable.",
"errors": [
{
"message": "The service is currently unavailable.",
"domain": "global",
"reason": "backendError"
}
],
"status": "UNAVAILABLE"
}
}
in /srv/users/serverpilot/apps/url-shortener/src/Http/REST.php:134
Stack trace:
#0 /srv/users/serverpilot/apps/url-shortener/src/Http/REST.php(107): Google\Http\REST::decodeHttpResponse(Object(GuzzleHttp\Psr7\Response), Object(GuzzleHttp\Psr7\Request), 'Google\\Service\\...')
#1 [internal function]: Google\Http\REST::doExecute(Object(GuzzleHttp\Client), Object(GuzzleHttp\Psr7\Request), 'Google\\Service\\...')
#2 /srv/users/serverpilot/apps/url-shortener/src/Task/Runner.php(187): call_user_func_array(Array, Array)
#3 /srv/users/serverpilot/apps/url-shortener/src/Http/REST.php(66): Google\Task\Runner->run()
#4 /srv/users/serverpilot/apps/url-shortener/src/Client.php(972): Google\Http\REST::execute(Object(GuzzleHttp\Client), Object(GuzzleHttp\Psr7\Request), 'Google\\Service\\...', Array, NULL)
#5 /srv/users/serverpilot/apps/url-shortener/src/Service/Resource.php(248): Google\Client->execute(Object(GuzzleHttp\Psr7\Request), 'Google\\Service\\...')
#6 /srv/users/serverpilot/apps/url-shortener/vendor/google/apiclient-services/src/Sheets/Resource/SpreadsheetsValues.php(250): Google\Service\Resource->call('get', Array, 'Google\\Service\\...')
#7 /srv/users/serverpilot/apps/url-shortener/public/index.php(21): Google\Service\Sheets\Resource\SpreadsheetsValues->get('1XnzkwYH25ujyDW...', 'A:A')
#8 {main}
thrown in /srv/users/serverpilot/apps/url-shortener/src/Http/REST.php on line 134