我正在尝试生成access_token和refresh_token来访问Google电子表格API。我使用了API https://www.googleapis.com/oauth2/v3/token?code=& grant_type = authorization_code& redirect_uri =& client_id =& client_secret =& approval_prompt = force 此API仅提供" access_token"," type"和" expires_in"在响应中并没有给出" refresh_token"我们如何刷新访问令牌?我尝试过使用需要" refresh_token"的API https://accounts.google.com/o/oauth2/token。作为查询参数。我最初没有找到任何refresh_token,因此无法点击此API。有人可以描述为Spreadsheets API获取refresh_token的步骤吗?
答案 0 :(得分:0)
您希望使用access_type = offline
来源:https://developers.google.com/identity/protocols/OAuth2WebServer#offline