From 8779df7a603b81d195639ceffecb6baab3da2503 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Sun, 8 Aug 2021 19:56:59 +0200 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 38f7637..f22fb09 100644 --- a/Command/CalendarCommand.php +++ b/Command/CalendarCommand.php @@ -175,6 +175,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