遵循googleapi文档https://developers.google.com/sheets/api/quickstart/nodejs,找不到通过oauth2客户端使用刷新令牌来获取新令牌的方法"The application should store the refresh token for future use and use the access token to access a Googl
我有一个简单的应用程序,它通过基于HTTP的google-api-services-logging向Google日志记录发送消息。at com.google.auth.oauth2.ServiceAccountCredentials.refreshAccessToken(ServiceAccountCredentials.java:444)
at com.google.auth.oauth2.OAuth2Credentials