googleapis oauth2令牌API不返回refresh_token

时间:2017-06-13 08:54:58

标签: oauth-2.0 spreadsheet access-token google-apis-explorer refresh-token

我正在尝试生成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的步骤吗?

1 个答案:

答案 0 :(得分:0)

您希望使用access_type = offline

来源:https://developers.google.com/identity/protocols/OAuth2WebServer#offline