Warning: session_start(): open(/var/lib/php/sessions/sess_ofj7eqicf7nb0h3mf9a440gg3p, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
!7 html { S redirect_uri = fullRawLink("/callback"); if (eq(uri, "/callback")) { S code = assertNempty(params.get("code")); Map tokenMap = googleAuthorizationCodeToTokens_raw(googleBotCompanyClientID(), googleBotCompanyClientSecret(), redirect_uri, code); printStruct(tokenMap); ret printAndProgramLog("We're back from Google! " + hpre(pnlToString(params))); } /*O json = decodeJSON(trimLoadMandatoryTextFile(javaxSecretDir("google-calendar/credentials.json"))); Map installed = cast get((Map) json, "installed"); S client_id = assertNempty("client_id", (S) get(installed, "client_id"));*/ S client_id = googleBotCompanyClientID(); S scope = "https://www.googleapis.com/auth/calendar"; ret hrefresh(2.0, print(googleOAuthRedirectURL(print(+redirect_uri), client_id, scope))) + "Redirecting to Google..."; }