https://developers.google.com/google-apps/calendar/quickstart/php#step_1_enable_the_api_name 在Google Calendar API的备注部分,它说:
"授权信息存储在文件系统中,因此后续执行不会提示授权。"
答案 0 :(得分:0)
凭证文件的位置在CREDENTIALS_PATH变量中指定。 使用expandHomeDirectory函数获取确切的位置。
$credentialsPath = expandHomeDirectory(CREDENTIALS_PATH);
echo $credentialsPath
我的位于:C:\ Users \ MyUsername \ .credentials \ calendar-php-quickstart.json
我问这个的原因是我说错误
刷新OAuth2令牌时出错,消息:' {"错误" :" unauthorized_client" .....
我删除了该文件以再次进行身份验证。