https://bugs.kde.org/show_bug.cgi?id=439639
--- Comment #4 from RJVB <rjvber...@gmail.com> --- Also, kaccnt-providers-git/providers/google.provider.in has the following: ``` <setting name="AuthPath">o/oauth2/auth?access_type=offline&approval_prompt=force</setting> <setting name="TokenPath">o/oauth2/token</setting> <setting name="RedirectUri">http://localhost/oauth2callback</setting> <!-- HACK: access_type is non standard, but Google requires it in order to return a refresh token --> ``` Shouldn't libkgapi be updated to include the access_type and approval_prompt query items in its authentication request? -- You are receiving this mail because: You are watching all bug changes.