79713762

Date: 2025-07-24 17:40:58
Score: 0.5
Natty:
Report link

In my case, I had to replace "&approval_prompt=auto" with "&prompt=consent", otherwise Google would display a parameter conflict.

In PHP:

$auth_url = $client->createAuthUrl();
$auth_url = str_replace('approval_prompt=auto', 'prompt=consent', $auth_url);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Webomatik