From 656d4fe46b13a1264aa77cac6062646f8ac43ec6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Thu, 1 Feb 2024 04:42:42 +0100 Subject: [PATCH] Add note about validating app --- Command/CalendarCommand.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Command/CalendarCommand.php b/Command/CalendarCommand.php index a61923f..a783848 100644 --- a/Command/CalendarCommand.php +++ b/Command/CalendarCommand.php @@ -178,6 +178,8 @@ class CalendarCommand extends Command { $cache->save($cacheCalendars); //Drop token and report + //XXX: submit app to avoid expiration + //XXX: see https://console.cloud.google.com/apis/credentials/consent?project=calendar-317315 echo 'Token '.$tokenId.' for calendar '.$token['calendar'].' has expired and is not refreshable'."\n"; //Return failure -- 2.41.0