If the HS is installed on headless (no GUI) Linux computer - the last reserve is to use authenticator.exe on another computer which does have GUI (better Windows) to obtain authorization token from Google. The app is included in the plugin install in "HS root"/bin/AKGoogleCalendar - copy the whole folder to Windows computer.
Note 1: Before using authenticator.exe you still have to obtain (and save/Submit on the config page) ClientID and ClientSecret from Google - follow instructions post #2 Configuring Google Credentials.
Note 2: On Linux even if you execute a command from the directory where it's located - you still need to prepend path, i.e:
Code:
./authenticator.exe
Code:
sudo chmod a+x authenticator.exe
Now execute:
Code:
authenticator.exe [I]ClientID ClientSecret[/I]
Code:
********************************************* Credential file saved to: D:\My\Temp\Release\token.json D:\My\Temp\Release\token.json\Google.Apis.Auth.OAuth2.Respon ses.TokenResponse-user ********************************************* pp08kp35e77ap05mmm94a00gmk@group.calendar.google.com S-Heat #f691b2 i04d1nir7395dmril3dvpstijg@group.calendar.google.com S-Gates #16a765 jgcuopiksi78f231qq5t23b2pg@group.calendar.google.com omeseer #fbe983 95dfa41185hao6gmvpss2nelro@group.calendar.google.com HS-TV #ffad46
Alternatively you can copy created token.json folder manually to: "HS root"/Bin/AKGoogleCalendar/token.json"
Then restart plugin.
Leave a comment: