Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Google Javaトークンを使用してプログラムでリフレッシュトークンを使用して新しいGoogleのアクセストークンを取得する方法.
私は次のコードを見つけました。これは新しいアクセストークンを取得するための実用的なソリューションであり、同じ代替手段がいくつかある可能性があります:-TokenResponse response = new GoogleRefreshTokenRequest(httpTransport, jsonFactory, token, clientId, clientSecret).execute();コードでは、応答を使用してさまざまな Google サービスを再度生成できます。ここでトークンは応答です。トークン。
TokenResponse response = new GoogleRefreshTokenRequest(httpTransport, jsonFactory, token, clientId, clientSecret).execute();