Google Contacts data API giving 500 Error

后端 未结 1 1133
鱼传尺愫
鱼传尺愫 2021-01-27 01:08

I am using OAUTH2 authentication to import GMAIL contacts . In my code I am storing the config parameters in an array :

$clientid=;
$clients         


        
相关标签:
1条回答
  • 2021-01-27 01:33

    You will get the invalid_grant error if your $auth_code was already used. Authorization codes can only be used once.

    0 讨论(0)
提交回复
热议问题