from BlueIDToken, unable to retrieve AccessToken, failed with status 400 Bad Request, message = {\"error\":\"invalid_grant\",\"error_description\":\"A redirect_uricanonly be used by implicit or author
每当我试图与门卫提供者进行身份验证时,总是会出现以下错误
invalid_grant: The provided authorization grant is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client{"error":"invalid_grant","e
然而,当用户使用Dropbox授权对话框中的"Sign in with Google“流程时,我们得到了code,然后我们试图用它来交换访问令牌,但是请求失败并返回了{"error_description": "code doesn't exist or has expired", "error": "invalid_grant"}。&redirect_uri=https://www.dropbo